menu
messenger
ui/page/call/controller.dart
CallController
isGroup property
isGroup
dark_mode
light_mode
isGroup
property
bool
get
isGroup
Indicates whether the
chat
is a group.
Implementation
bool get isGroup => chat.value?.chat.value.isGroup ?? false;
messenger
controller
CallController
isGroup property
CallController class