LoFieldValidator<T> class
- Implemented types
Constructors
-
LoFieldValidator(ValidateFunc<
T?, String> validateImpl) -
LoFieldValidator.all(List<
LoFieldBaseValidator< validators, [String? message])T> > - {@template LoValidator.all}
-
LoFieldValidator.any(List<
LoFieldBaseValidator< validators, [String? message])T> > - {@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<
T?, String> -
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(
T? value) → String? -
Returns
String
containing the error message ifvalue
is invalid. ornull
whenvalue
is valid.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited