exclusiveMaximum property
num?
get
exclusiveMaximum
override
Specifies a maximum numeric value, representing an exclusive upper limit.
Only applicable for associated number or integer types.
Implementation
@override
num? get exclusiveMaximum => dataSchema.exclusiveMaximum;