menu
flutter_formy package
documentation
flutter_formy_generic_validators.dart
ExactLengthValidator<T>
exactLength property
exactLength property
dark_mode
light_mode
exactLength
property
int
exactLength
final
The exact allowed length for the value.
Implementation
final int exactLength;
flutter_formy package
documentation
flutter_formy_generic_validators
ExactLengthValidator<T>
exactLength property
ExactLengthValidator class