squaresOfPlayer property

List<int> squaresOfPlayer

square list of player's bitboard.

Implementation

List<int> get squaresOfPlayer => _squares(player);