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