squares property

List<String> get squares

Implementation

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