castling property

int castling

Implementation

int get castling {
  _castling ??= dimY + 1;
  return _castling!;
}