isSupport property
Indicates whether the chat this ChatController is a support-Chat.
Implementation
bool get isSupport => chat?.chat.value.isSupport == true;
Indicates whether the chat this ChatController is a support-Chat.
bool get isSupport => chat?.chat.value.isSupport == true;