updateUnreadChatCount property
Number of unread chats, i.e. with unread messages or marked as unread, has changed. This update is sent only if the message database is used
Implementation
UpdateUnreadChatCount? get updateUnreadChatCount {
if (this is UpdateUnreadChatCount) {
return this as UpdateUnreadChatCount;
}
return null;
}