exclusiveMaximum property

num? get exclusiveMaximum

The maximum value (exclusive) for this number.

Implementation

num? get exclusiveMaximum => _value['exclusiveMaximum'] as num?;