TencentCloudChatConversationItemInfoUnreadCount constructor

const TencentCloudChatConversationItemInfoUnreadCount({
  1. Key? key,
  2. required V2TimConversation conversation,
})

Implementation

const TencentCloudChatConversationItemInfoUnreadCount({super.key, required this.conversation});