game_over property Null safety

bool game_over

Implementation

bool get game_over {
  return in_draw || in_checkmate;
}