LoFormValidator<TKey> class

Inheritance

Constructors

LoFormValidator(ValidateFunc<ValMap<TKey>, ErrMap<TKey>> validateImpl)
LoFormValidator.all(List<LoFormBaseValidator<TKey>> validators, [ErrMap<TKey>? errors])
{@template LoValidator.all}
LoFormValidator.any(List<LoFormBaseValidator<TKey>> validators, [ErrMap<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