NiceChatConversation constructor
const
NiceChatConversation({})
Implementation
const NiceChatConversation({
required this.id,
required this.name,
this.avatarUrl,
this.lastMessage,
this.lastMessageTime,
this.unreadCount = 0,
this.isOnline = false,
this.isTyping = false,
this.isGroupChat = false,
this.participants,
});