isSubscribed property

bool get isSubscribed

Indicates whether the ServiceConversation has been subscribed by the Conversation.client.

Implementation

bool get isSubscribed => _rawData['joined'] ?? false;