CreateChannelModeratorResponse constructor

CreateChannelModeratorResponse({
  1. String? channelArn,
  2. Identity? channelModerator,
})

Implementation

CreateChannelModeratorResponse({
  this.channelArn,
  this.channelModerator,
});