currentPlayer property Null safety
Gets the current Player or null if the game is not turn based
Implementation
Player? get currentPlayer => generic.currentPlayer;
Gets the current Player or null if the game is not turn based
Player? get currentPlayer => generic.currentPlayer;