ChatSummary constructor
ChatSummary({})
Creates a new ChatSummary instance.
Implementation
ChatSummary({
required this.chatId,
required this.lastMessage,
required this.lastMessageType,
required this.lastMessageTime,
required this.users,
required this.otherUserId,
required this.lastMessageSenderId,
required this.unreadMessageCount, // 🔥 Initialize unreadCount
});