MmChannelModeratedRoles constructor

MmChannelModeratedRoles({
  1. MmChannelModeratedRole? guests,
  2. MmChannelModeratedRole? members,
})

Returns a new MmChannelModeratedRoles instance.

Implementation

MmChannelModeratedRoles({
  this.guests,
  this.members,
});