Conversation constructor
Implementation
Conversation({
this.conversationId,
required this.conversationType,
required this.conversationWith,
this.lastMessage,
this.updatedAt,
this.unreadMessageCount = 0,
this.tags,
this.unreadMentionsCount = 0,
this.lastReadMessageId,
});