CreateChannelResponse constructor

CreateChannelResponse({
  1. Channel? channel,
})

Implementation

CreateChannelResponse({
  this.channel,
});