FormeValidateSnapshot class

Properties

firstInvalidField FormeFieldValidateSnapshot?
get first invalid field
no setter
hashCode int
The hash code for this object.
no setterinherited
invalidFields Iterable<FormeFieldValidateSnapshot>
get all invalid fields
no setter
isValid bool
all field is valid
no setter
isValueChanged bool
whether value changed after initialized
no setter
isValueChangedAfterValidation bool
whether form' value changed after validation
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validation FormeValidation
no setter
value Map<String, dynamic>
get validated data
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