FormyCrossValidator<T> class
abstract
- Inheritance
-
- Object
- FormyValidator<
T> - FormyCrossValidator
- Implementers
Constructors
- FormyCrossValidator.new({required String? message, required String otherField})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
finalinherited
- otherController → FieldController
-
no setter
- otherField → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
FieldController< T> controller) → ValidationResult -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onValidate(
FieldController< T> controller) → ValidationResult -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited