StreamInfo constructor

StreamInfo({
  1. DateTime? creationTime,
  2. int? dataRetentionInHours,
  3. String? deviceName,
  4. String? kmsKeyId,
  5. String? mediaType,
  6. Status? status,
  7. String? streamARN,
  8. String? streamName,
  9. String? version,
})

Implementation

StreamInfo({
  this.creationTime,
  this.dataRetentionInHours,
  this.deviceName,
  this.kmsKeyId,
  this.mediaType,
  this.status,
  this.streamARN,
  this.streamName,
  this.version,
});