AbstractFormState< TModel, TModelValidator extends ModelValidator> class
abstract
- Inheritance
-
- Object
- AbstractFormBasicState<
TModel> - AbstractFormState
Constructors
- AbstractFormState({TModel? model, required TModelValidator? modelValidator, required FormResultStatus formResultStatus, bool autovalidate = false})
Properties
- autovalidate ↔ bool
-
read / write
- autovalidateMode → AutovalidateMode
-
read-only
- formResultStatus ↔ FormResultStatus
-
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasModel → bool
-
read-only
- isInitialized → bool
-
read-onlyinherited
- isSubmitting → bool
-
read-onlyinherited
- model ↔ TModel?
-
read / writeinherited
- modelValidator ↔ TModelValidator?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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