inProgress property

bool inProgress

Returns true if the game is currently in progress.

Implementation

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