favorite property

bool? get favorite

Implementation

bool? get favorite => (_$data['favorite'] as bool?);