MmChannelModeration constructor

MmChannelModeration({
  1. String? name,
  2. MmChannelModeratedRoles? roles,
})

Returns a new MmChannelModeration instance.

Implementation

MmChannelModeration({
  this.name,
  this.roles,
});