in_check property Null safety

bool in_check

Implementation

bool get in_check {
  return king_attacked(turn);
}