toString method
Generates a string representation of the Conversation
.
Implementation
@override
String toString() {
return 'Conversation{conversationId: $conversationId, conversationType: $conversationType, conversationWith: $conversationWith, lastMessage: $lastMessage, updatedAt: $updatedAt, unreadMessageCount: $unreadMessageCount, tags: $tags, unreadMentionsCount: $unreadMentionsCount, lastReadMessageId: $lastReadMessageId}';
}