castling property

  1. @override
bool castling
override

Whether this is a castling move.

Implementation

@override
bool get castling => castlingDir != null;