FormeFieldValidation class
forme validate error
- Annotations
Constructors
- FormeFieldValidation.fail(Object? exception, StackTrace? stackTrace)
-
const
- FormeFieldValidation.invalid(String errorText)
-
const
Properties
- error → String?
-
final
- exception → Object?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isFail → bool
-
no setter
- isInvalid → bool
-
no setter
- isUnnecessary → bool
-
no setter
- isValid → bool
-
no setter
- isValidating → bool
-
no setter
- isWaiting → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
final
- state → FormeValidationState
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Properties
- unnecessary ↔ FormeFieldValidation
-
getter/setter pair
- valid ↔ FormeFieldValidation
-
getter/setter pair
- validating ↔ FormeFieldValidation
-
getter/setter pair
- waiting ↔ FormeFieldValidation
-
getter/setter pair