AddContentRestrictionRestrictionsGroupItem constructor
AddContentRestrictionRestrictionsGroupItem({
- required AddContentRestrictionRestrictionsGroupItemType type,
- required String name,
Implementation
AddContentRestrictionRestrictionsGroupItem(
{required this.type, required this.name});