gameOver property Null safety

bool gameOver

Gets whether the game is over

Implementation

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