isDirect property
bool
get
isDirect
Whether this is a direct (1:1) chat.
Implementation
bool get isDirect => type == ConversationType.direct;
Whether this is a direct (1:1) chat.
bool get isDirect => type == ConversationType.direct;