StreamHello constructor

StreamHello({
  1. String? method,
  2. String? mode,
  3. String? traceId,
  4. String? token,
  5. String? conversationId,
  6. List<StreamEntity>? contents,
  7. StreamOption? options,
})

Implementation

StreamHello({this.method, this.mode, this.traceId, this.token, this.conversationId, this.contents, this.options});