FormsFieldRequiredValidator<T> class

Inheritance

Constructors

FormsFieldRequiredValidator({required Iterable<FormsFieldValidatorTriggerType> triggerTypeList})

Properties

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

Methods

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

Operators

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