ContentRestrictionUpdateRestrictionsGroupItem constructor
ContentRestrictionUpdateRestrictionsGroupItem({
- required ContentRestrictionUpdateRestrictionsGroupItemType type,
- String? name,
- String? id,
Implementation
ContentRestrictionUpdateRestrictionsGroupItem(
{required this.type, this.name, this.id});