state property

BondFormState<Success, Failure> state

Returns the current state of the form.

Implementation

BondFormState<Success, Failure> get state;
void state=(BondFormState<Success, Failure> newState)

Sets the new state for the form.

Implementation

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