isFavorite property

bool get isFavorite

Indicates whether the group's chat is a favorite.

Implementation

bool get isFavorite => chat?.chat.value.favoritePosition != null;