isGroup property

bool isGroup

True if the channel is a group.

Implementation

bool get isGroup => memberCount != 2;