DescribeChannelResponse constructor

DescribeChannelResponse({
  1. Channel? channel,
  2. ChannelStatistics? statistics,
})

Implementation

DescribeChannelResponse({
  this.channel,
  this.statistics,
});