numIndices property

int numIndices

The total number of indices in the internal board representation.

Implementation

int get numIndices => numSquares * 2;