ContentRestriction constructor
ContentRestriction({
- required ContentRestrictionOperation operation,
- ContentRestrictionRestrictions? restrictions,
- Content? content,
- required ContentRestrictionExpandable expandable,
- required GenericLinks links,
Implementation
ContentRestriction(
{required this.operation,
this.restrictions,
this.content,
required this.expandable,
required this.links});