isDirectChat property
bool
get
isDirectChat
Wheither this is a direct chat or not
Implementation
bool get isDirectChat => directChatSDNID != null;
Wheither this is a direct chat or not
bool get isDirectChat => directChatSDNID != null;