gameOver property

bool gameOver

Implementation

bool get gameOver {
  return inDraw || inCheckmate;
}