isDirectChat property

bool get isDirectChat

Wheither this is a direct chat or not

Implementation

bool get isDirectChat => directChatSDNID != null;