IntegerPropertySchema constructor
IntegerPropertySchema({})
Creates a IntegerPropertySchema value.
Implementation
IntegerPropertySchema({
this.title,
this.description,
this.minimum,
this.maximum,
this.defaultValue,
this.meta,
});