menu
messenger
domain/model/chat.dart
Chat
isGroup property
isGroup
dark_mode
light_mode
isGroup
property
bool
get
isGroup
Indicates whether this
Chat
is a group.
Implementation
bool get isGroup => kind == ChatKind.group;
messenger
chat
Chat
isGroup property
Chat class