menu
x_validators package
documentation
rules/text/min_length.dart
MinLength
MinLength.new constructor
MinLength.new constructor
dark_mode
light_mode
MinLength
constructor
MinLength
(
int
min
, [
String
?
error
])
Implementation
MinLength(this.min, [String? error]) : super(error);
x_validators package
documentation
rules/text/min_length
MinLength
MinLength.new constructor
MinLength class