maximum property

num? get maximum
inherited

The maximum value for a number.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false) dynamic get additionalProperties;/// The maximum value for a number.
 num? get maximum;