isGroup property

bool get isGroup

Indicates whether the chat is a group.

Implementation

bool get isGroup => chat.value?.chat.value.isGroup ?? false;