markers property

Map<int, Marker> markers
final

Squares that should be marked. The key is the square index.

Implementation

final Map<int, Marker> markers;