NumberSpec constructor
const
NumberSpec({})
Creates a new NumberSpec.
Implementation
const NumberSpec({
this.isInteger = false,
this.minimum,
this.maximum,
this.exclusiveMinimum = false,
this.exclusiveMaximum = false,
this.multipleOf,
this.defaultValue,
super.description,
super.nullable,
super.examples,
super.isDeprecated,
});