highlights property

Map<int, HighlightType> highlights
final

Squares that should be highlighted (i.e. have their background colour set). The key is the square index.

Implementation

final Map<int, HighlightType> highlights;