FormeFieldValidationContext<T> class

Constructors

FormeFieldValidationContext(FormeFieldState<T> field, FormeState? form, FormeOptional<T>? latestSuccessfulValidationValue, T currentValidateValue, FormeOptional<T>? validatingValue)
const

Properties

currentValidateValue → T
final
field FormeFieldState<T>
current validate field
final
form FormeState?
current form
final
hashCode int
The hash code for this object.
no setterinherited
latestSuccessfulValidationValue FormeOptional<T>?
latest successful validation value
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validatingValue FormeOptional<T>?
final
validation FormeFieldValidation
no setter

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