exclusiveMinimum property

  1. @override
num? exclusiveMinimum
override

Specifies a minimum numeric value, representing an exclusive lower limit.

Only applicable for associated number or integer types.

Implementation

@override
num? get exclusiveMinimum => dataSchema?.exclusiveMinimum;