ContentRestrictionUpdateRestrictionsGroupItem constructor

ContentRestrictionUpdateRestrictionsGroupItem({
  1. required ContentRestrictionUpdateRestrictionsGroupItemType type,
  2. String? name,
  3. String? id,
})

Implementation

ContentRestrictionUpdateRestrictionsGroupItem(
    {required this.type, this.name, this.id});