bool? get favorite => _$this._favorite;
set favorite(covariant bool? favorite) => _$this._favorite = favorite;