gameOver property

bool get gameOver

Implementation

bool get gameOver {
  return inDraw || inCheckmate;
}