isFavorite property

bool? get isFavorite

true if the item has been bookmarked by the current user.

Implementation

bool? get isFavorite => payload['is_favorite'];