DescribeChannelModeratorResponse constructor

DescribeChannelModeratorResponse({
  1. ChannelModerator? channelModerator,
})

Implementation

DescribeChannelModeratorResponse({
  this.channelModerator,
});