V2TimConversationResult constructor

V2TimConversationResult(
  1. {String? nextSeq,
  2. bool? isFinished,
  3. List<V2TimConversation?>? conversationList}
)

Implementation

V2TimConversationResult({
  this.nextSeq,
  this.isFinished,
  this.conversationList,
});