isMonolog property

bool get isMonolog

Indicates whether the chat is a monolog.

Implementation

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