ContentRestrictionUpdate constructor

ContentRestrictionUpdate({
  1. required ContentRestrictionUpdateOperation operation,
  2. required ContentRestrictionUpdateRestrictions restrictions,
  3. Content? content,
})

Implementation

ContentRestrictionUpdate(
    {required this.operation, required this.restrictions, this.content});