BlocxStringLengthRangeValidator<F extends BlocxBaseFormEntity<F, E> , E extends Enum> class
- Inheritance
-
- Object
- BlocxFieldValidator<
F, E, String> - BlocxStringLengthRangeValidator
Constructors
- BlocxStringLengthRangeValidator(int min, int max)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
F form, E key, String value) → String? -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited