isGroup property
bool
get
isGroup
Whether this is a group chat.
Implementation
bool get isGroup => type == ConversationType.group;
Whether this is a group chat.
bool get isGroup => type == ConversationType.group;