state property
BondFormState<Success, Failure>
get
state
Returns the current state of the form.
Implementation
BondFormState<Success, Failure> get state;
set
state
(BondFormState<Success, Failure> newState)
Sets the new state for the form.
Implementation
set state(BondFormState<Success, Failure> newState);