in_stalemate property

bool in_stalemate

Implementation

bool get in_stalemate {
  return !in_check && generate_moves().isEmpty;
}