isSubscribed property

bool isSubscribed

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

Implementation

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