V2TimConversationResult constructor
- {String? nextSeq,
- bool? isFinished,
- List<
V2TimConversation?> ? conversationList}
Implementation
V2TimConversationResult({
this.nextSeq,
this.isFinished,
this.conversationList,
});
V2TimConversationResult({
this.nextSeq,
this.isFinished,
this.conversationList,
});