isGroup property

bool get isGroup

Indicates whether this Chat is a group.

Implementation

bool get isGroup => kind == ChatKind.group;