maximum property

num? get maximum
inherited

The maximum value for a number.

Implementation

dynamic get additionalProperties;/// The maximum value for a number.
num? get maximum;