gameState property

G gameState

Returns the state of the game

Remember to watch / listen to the state of the GameStateNotifier rather than just watching changes in the notifier itself, otherwise changes in the gameState will not trigger updates of the ui

Implementation

G get gameState => _previousStates.last;