nano constant

CastlingOptions const nano

Implementation

static const nano = CastlingOptions(
  enabled: true,
  kTarget: Bishop.fileC,
  kRook: Bishop.fileD,
  qTarget: Bishop.fileB,
  qRook: Bishop.fileA,
  rookPiece: 'R',
  fixedRooks: true,
);