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