ConversationInfo constructor
ConversationInfo(
- NIMConversation conversation
Implementation
ConversationInfo(this.conversation) {
_targetId = ChatKitUtils.getConversationTargetId(
this.conversation.conversationId,
);
}