ContentRestrictionUpdate constructor
ContentRestrictionUpdate({
- required ContentRestrictionUpdateOperation operation,
- required ContentRestrictionUpdateRestrictions restrictions,
- Content? content,
Implementation
ContentRestrictionUpdate(
{required this.operation, required this.restrictions, this.content});