minimum property

int? get minimum

The minimum value (inclusive) for this integer.

Implementation

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