DescribeStreamResponse constructor

DescribeStreamResponse({
  1. StreamInfo? streamInfo,
})

Implementation

DescribeStreamResponse({
  this.streamInfo,
});