ConversationInfo constructor

ConversationInfo(
  1. NIMConversation conversation
)

Implementation

ConversationInfo(this.conversation) {
  _targetId = ChatKitUtils.getConversationTargetId(
    this.conversation.conversationId,
  );
}