menu
crystallis package
documentation
validators/length.dart
Length
Length.new const constructor
Length.new const constructor
dark_mode
light_mode
Length
constructor
const
Length
(
int
count
)
Validator
that checks if a String value has the exact given length.
Implementation
const Length(this.count);
crystallis package
documentation
validators/length
Length
Length.new const constructor
Length class