currentPlayer property

Player? currentPlayer

Gets the current Player or null if the game is not turn based

Implementation

Player? get currentPlayer => generic.currentPlayer;