Channel constructor

Channel({
  1. ChannelInfo? info,
})

Returns a new Channel instance.

Implementation

Channel({
  this.info,
});