maximum property

num? get maximum

The maximum value (inclusive) for this number.

Implementation

num? get maximum => _value[Keys.maximum] as num?;