FormeValidationState enum
Values
- valid → const FormeValidationState
-
validator return null errorText
- invalid → const FormeValidationState
-
validator return nonnull result
- validating → const FormeValidationState
-
async validator executing
- fail → const FormeValidationState
-
an error occurred when performing an async validation
- waiting → const FormeValidationState
-
field has a validator but not performed a validation yet or reset after validate
- unnecessary → const FormeValidationState
-
field has no validator at all , no need to validate
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
FormeValidationState> - A constant List of the values in this enum, in order of their declaration.