DescribeStreamOutput constructor

DescribeStreamOutput({
  1. StreamDescription? streamDescription,
})

Implementation

DescribeStreamOutput({
  this.streamDescription,
});