nextState property

Map nextState
inherited

Public getter for _nextState.

If null, then _nextState is equal to state - which is the value that will be returned.

Implementation

Map get nextState => _nextState ?? state;