isDialog property
Indicates whether the chat this ChatController is about is a dialog.
Implementation
bool get isDialog => chat?.chat.value.isDialog == true;
Indicates whether the chat this ChatController is about is a dialog.
bool get isDialog => chat?.chat.value.isDialog == true;