ConversationItemModel constructor
ConversationItemModel({})
Implementation
ConversationItemModel({
required this.profile,
this.lastMessage,
this.unreadCount = 0,
this.noDisturb = false,
this.pinned = false,
this.hasMention = false,
this.attributes,
});