isFavourite property

bool isFavourite

is the item favourite

Implementation

bool get isFavourite => attributes["favorite"] ?? false;