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