UpdateChannelResponse constructor

UpdateChannelResponse({
  1. String? channelArn,
})

Implementation

UpdateChannelResponse({
  this.channelArn,
});