UpdateUnreadChatCount constructor
const
UpdateUnreadChatCount({})
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
const UpdateUnreadChatCount({
required this.chatList,
required this.totalCount,
required this.unreadCount,
required this.unreadUnmutedCount,
required this.markedAsUnreadCount,
required this.markedAsUnreadUnmutedCount,
this.extra,
this.clientId,
});