StreamTextOptions constructor

StreamTextOptions({
  1. String? topic,
  2. List<String> destinationIdentities = const [],
  3. String? streamId,
  4. int? version,
  5. List<String> attachedStreamIds = const [],
  6. String? replyToStreamId,
  7. int? totalSize,
  8. TextStreamOperationType? type,
  9. bool generated = false,
  10. 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 {},
});