ChatRoom constructor
const
ChatRoom({})
Implementation
const ChatRoom({
this.id,
this.lastMessage,
required this.createdOn,
this.type,
this.subscriptionType,
required this.membersId,
required this.members,
this.updatedOn,
});