isSupport property

bool get isSupport

Indicates whether the chat this ChatController is a support-Chat.

Implementation

bool get isSupport => chat?.chat.value.isSupport == true;