markers property

List<int> markers
final

A list of highlighted square indices. Usually this will correspond to squares that the selected piece can move to.

Implementation

final List<int> markers;