FormCraftValidatorManager class base

A class that provides a set of utility methods for managing and interacting with a collection of FormCraftTextField widgets.

Constructors

FormCraftValidatorManager(Map<String, GlobalKey<FormCraftTextFieldState>> _globalKeys)
Creates a new instance of FormCraftValidatorManager.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValidationType(FormCraftValidationType type) → void
Sets the validation type for all FormCraftTextField widgets.
toString() String
A string representation of this object.
inherited
validate() bool
Validates all FormCraftTextField widgets and returns true if all are valid.

Operators

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