V2TimConversationResult constructor
- int nextSeq,
- bool isFinished,
- List<
V2TimConversation> conversationList
Implementation
V2TimConversationResult(
this.nextSeq,
this.isFinished,
this.conversationList,
);
V2TimConversationResult(
this.nextSeq,
this.isFinished,
this.conversationList,
);