menu
x_validators package
documentation
rules/numbers/max_value.dart
MaxValue
MaxValue.new constructor
MaxValue.new constructor
dark_mode
light_mode
MaxValue
constructor
MaxValue
(
num
max
, [
String
?
error
])
Implementation
MaxValue(this.max, [String? error]) : super(error);
x_validators package
documentation
rules/numbers/max_value
MaxValue
MaxValue.new constructor
MaxValue class