inCheck property

bool inCheck

Implementation

bool get inCheck {
  return kingAttacked(turn);
}