exclusiveMaximum property

  1. @override
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;