LoFormValidator<TKey> class
- Inheritance
-
- Object
- LoFormBaseValidator<
TKey> - LoFormValidator
Constructors
-
LoFormValidator(ValidateFunc<
ValMap< validateImpl)TKey> , ErrMap<TKey> > -
LoFormValidator.all(List<
LoFormBaseValidator< validators, [ErrMap<TKey> >TKey> ? errors]) - {@template LoValidator.all}
-
LoFormValidator.any(List<
LoFormBaseValidator< validators, [ErrMap<TKey> >TKey> ? errors]) - {@template LoValidator.any}
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
validateImpl
→ ValidateFunc<
ValMap< TKey> , ErrMap<TKey> > -
final
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(
ValMap< TKey> values) → ErrMap<TKey> ? -
Returns ErrMap containing the error messages for each field depedning
on each its value from ValMap.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited