inProgress property

bool inProgress
inherited

Returns true if the game is currently in progress.

Implementation

bool get inProgress => _gameStatus == GameStatus.playing;