isGroup property

bool get isGroup

Whether this is a group chat.

Implementation

bool get isGroup => type == ConversationType.group;