AddContentRestrictionRestrictions constructor
AddContentRestrictionRestrictions({})
Implementation
AddContentRestrictionRestrictions(
{List<AddContentRestrictionRestrictionsUserItem>? user,
List<AddContentRestrictionRestrictionsGroupItem>? group})
: user = user ?? [],
group = group ?? [];