NiceFormValidator class
Controller for form validation
Constructors
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
-
addListener(
VoidCallback listener) → void -
dispose(
) → void -
getAllValues(
) → Map< String, String> -
getFieldError(
String name) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerField(
String name, GlobalKey< NiceValidatedFieldState> key) → void -
removeListener(
VoidCallback listener) → void -
reset(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterField(
String name) → void -
validate(
) → NiceValidationResult
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited