squares property

List<String> squares

Implementation

static List<String> get squares => reverseBoardOrientation ? _SQUARES.reversed.toList() : _SQUARES;