BondFormStateStatus enum

Represents the different states a BondFormState can be in.

Inheritance

Constructors

BondFormStateStatus()
const

Values

pristine → const BondFormStateStatus

The form is in its initial pristine state, with no changes or validations.

valid → const BondFormStateStatus

The form is valid and ready to be submitted.

invalid → const BondFormStateStatus

The form has validation errors and is not ready for submission.

submitting → const BondFormStateStatus

The form is currently submitting its data.

submitted → const BondFormStateStatus

The form has been successfully submitted.

failed → const BondFormStateStatus

The form submission has failed.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<BondFormStateStatus>
A constant List of the values in this enum, in order of their declaration.