AppRestrictionsSchemaRestrictionRestrictionValue constructor

AppRestrictionsSchemaRestrictionRestrictionValue({
  1. String? type,
  2. bool? valueBool,
  3. int? valueInteger,
  4. List<String>? valueMultiselect,
  5. String? valueString,
})

Implementation

AppRestrictionsSchemaRestrictionRestrictionValue({
  this.type,
  this.valueBool,
  this.valueInteger,
  this.valueMultiselect,
  this.valueString,
});