state property

BondFormState<Success, Failure> get state
inherited

Returns the current state of the form.

Implementation

State get state;
set state (BondFormState<Success, Failure> newState)
inherited

Sets the new state for the form.

Implementation

set state(State newState);