favorite property

int? favorite

Property getter and setter for favorite:

Implementation

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

Implementation

set favorite(int? favorite);