CreateStreamOutput constructor

CreateStreamOutput({
  1. String? streamARN,
})

Implementation

CreateStreamOutput({
  this.streamARN,
});