ChannelModerator constructor

ChannelModerator({
  1. String? channelArn,
  2. Identity? createdBy,
  3. DateTime? createdTimestamp,
  4. Identity? moderator,
})

Implementation

ChannelModerator({
  this.channelArn,
  this.createdBy,
  this.createdTimestamp,
  this.moderator,
});