isDirect property

bool get isDirect

Whether this is a direct (1:1) chat.

Implementation

bool get isDirect => type == ConversationType.direct;