AbstractFormState<TModel, TModelValidator extends ModelValidator> class abstract

Inheritance

Constructors

AbstractFormState({TModel? model, required TModelValidator? modelValidator, required FormResultStatus formResultStatus, bool autovalidate = false})

Properties

autovalidate bool
getter/setter pair
autovalidateMode AutovalidateMode
no setter
formResultStatus FormResultStatus
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hasModel bool
no setter
isInitialized bool
no setterinherited
isSubmitting bool
no setterinherited
model ↔ TModel?
getter/setter pair
modelValidator ↔ TModelValidator?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith() → dynamic
override
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