MmChannelModeratedRole constructor

MmChannelModeratedRole({
  1. bool? value,
  2. bool? enabled,
})

Returns a new MmChannelModeratedRole instance.

Implementation

MmChannelModeratedRole({
  this.value,
  this.enabled,
});