isGroupChat property

bool isGroupChat

Implementation

bool get isGroupChat => conversationType == ConversationType.group || conversationType == ConversationType.superGroup;