maximum property

int? get maximum

The maximum value (inclusive) for this integer.

Implementation

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