ChannelNewResponse constructor

ChannelNewResponse({
  1. Channel? channel,
  2. bool? success = false,
})

Implementation

ChannelNewResponse({
  this.channel,
  this.success = false,
});