AddContentRestrictionRestrictionsGroupItem constructor

AddContentRestrictionRestrictionsGroupItem({
  1. required AddContentRestrictionRestrictionsGroupItemType type,
  2. required String name,
})

Implementation

AddContentRestrictionRestrictionsGroupItem(
    {required this.type, required this.name});