isGroupDM property

bool isGroupDM

True if channel is group dm

Implementation

bool get isGroupDM => this.participants.length > 1;