maximum property

num? get maximum

The maximum value (inclusive) for this number.

Implementation

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