nextState property
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;
Public getter for _nextState
.
If null
, then _nextState
is equal to state
- which is the value that will be returned.
Map get nextState => _nextState ?? state;