gameOver property

bool gameOver

Gets whether the game is over

Implementation

bool get gameOver => status == GameStatus.Finished;