FormsFieldValidator<T> class abstract

Implementers

Constructors

FormsFieldValidator({required Iterable<FormsFieldValidatorTriggerType> triggerTypeList})

Properties

exception FormsFieldException?
no setter
hashCode int
The hash code for this object.
no setterinherited
hasValidate bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggerTypeList Iterable<FormsFieldValidatorTriggerType>
final
validateOperation ↔ CancelableOperation<FormsFieldException?>?
getter/setter pair

Methods

cancel() Future<void>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onValidate(T value) Future<FormsFieldException?>
reset() → void
toString() String
A string representation of this object.
inherited
validate(T value) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited