ContentRestrictionUpdateRestrictions constructor
ContentRestrictionUpdateRestrictions({
- List<
ContentRestrictionUpdateRestrictionsGroupItem> ? group, - dynamic user,
Implementation
ContentRestrictionUpdateRestrictions(
{List<ContentRestrictionUpdateRestrictionsGroupItem>? group, this.user})
: group = group ?? [];