AppRestrictionsSchemaRestriction constructor

AppRestrictionsSchemaRestriction({
  1. AppRestrictionsSchemaRestrictionRestrictionValue? defaultValue,
  2. String? description,
  3. List<String>? entry,
  4. List<String>? entryValue,
  5. String? key,
  6. List<AppRestrictionsSchemaRestriction>? nestedRestriction,
  7. String? restrictionType,
  8. String? title,
})

Implementation

AppRestrictionsSchemaRestriction({
  this.defaultValue,
  this.description,
  this.entry,
  this.entryValue,
  this.key,
  this.nestedRestriction,
  this.restrictionType,
  this.title,
});