isFavorite property
bool?
get
isFavorite
true if the object has been added to the bookmarks of the current user.
Implementation
bool? get isFavorite => payload['is_favorite'];
true if the object has been added to the bookmarks of the current user.
bool? get isFavorite => payload['is_favorite'];