nextState property
State
nextState
final
The next state value that will be applied.
This is the state value that will replace the current state.
Implementation
final State nextState;
The next state value that will be applied.
This is the state value that will replace the current state.
final State nextState;