StreamTextOptions constructor
StreamTextOptions({ - String? topic,
- List<String> destinationIdentities = const [],
- String? streamId,
- int? version,
- List<String> attachedStreamIds = const [],
- String? replyToStreamId,
- int? totalSize,
- TextStreamOperationType? type,
- bool generated = false,
- Map<String, String> attributes = const {},
})
Implementation
StreamTextOptions({
this.topic,
this.destinationIdentities = const [],
this.streamId,
this.version,
this.attachedStreamIds = const [],
this.replyToStreamId,
this.totalSize,
this.type,
this.generated = false,
this.attributes = const {},
});