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