StreamBytesOptions constructor

StreamBytesOptions({
  1. String? name,
  2. String? mimeType,
  3. String? topic,
  4. List<String> destinationIdentities = const [],
  5. Map<String, String> attributes = const {},
  6. String? streamId,
  7. int? totalSize,
  8. Encryption_Type? encryptionType = Encryption_Type.NONE,
})

Implementation

StreamBytesOptions({
  this.name,
  this.mimeType,
  this.topic,
  this.destinationIdentities = const [],
  this.attributes = const {},
  this.streamId,
  this.totalSize,
  this.encryptionType = Encryption_Type.NONE,
});