MmChannelModeratedRoles constructor
MmChannelModeratedRoles({
- MmChannelModeratedRole? guests,
- MmChannelModeratedRole? members,
Returns a new MmChannelModeratedRoles instance.
Implementation
MmChannelModeratedRoles({
this.guests,
this.members,
});