minimum property

num? get minimum

The minimum value (inclusive) for this number.

Implementation

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