MmChannelModeration constructor
MmChannelModeration({
- String? name,
- MmChannelModeratedRoles? roles,
Returns a new MmChannelModeration instance.
Implementation
MmChannelModeration({
this.name,
this.roles,
});