StreamHello constructor
StreamHello({
- String? method,
- String? mode,
- String? traceId,
- String? token,
- String? conversationId,
- List<
StreamEntity> ? contents, - StreamOption? options,
Implementation
StreamHello({this.method, this.mode, this.traceId, this.token, this.conversationId, this.contents, this.options});