favorite property

bool? favorite

Implementation

bool? get favorite;
void favorite=(bool? favorite)

Implementation

set favorite(bool? favorite);