isMuted property
bool
get
isMuted
Indicates whether the Conversation.client has muted offline notifications about this Conversation.
Implementation
bool get isMuted => _rawData['mu']?.contains(client.id) ?? false;