isMonolog property

bool get isMonolog

Indicates whether the chat this ChatController is a monolog.

Implementation

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