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