ChatRoom constructor
ChatRoom({})
Constructor
Implementation
ChatRoom({
required this.userId,
required this.username,
required this.latestMessage,
required this.latestMessageTime,
this.unreadCount = 0,
this.latestMessageStatus,
this.avatarUrl
});