isMonolog property
Indicates whether the chat this ChatController is a monolog.
Implementation
bool get isMonolog => chat?.chat.value.isMonolog == true;
Indicates whether the chat this ChatController is a monolog.
bool get isMonolog => chat?.chat.value.isMonolog == true;