ChannelStatistics constructor

ChannelStatistics({
  1. EstimatedResourceSize? size,
})

Implementation

ChannelStatistics({
  this.size,
});