CreateChannelResponse constructor

CreateChannelResponse({
  1. String? channelArn,
})

Implementation

CreateChannelResponse({
  this.channelArn,
});