UpdateUnreadChatCount constructor
UpdateUnreadChatCount({})
Implementation
UpdateUnreadChatCount({
this.chatList,
required this.totalCount,
required this.unreadCount,
required this.unreadUnmutedCount,
required this.markedAsUnreadCount,
required this.markedAsUnreadUnmutedCount,
});