isGroup property

bool get isGroup

Is this a dialogue with the group.

Implementation

bool get isGroup => peerType == MessageSource.group;