board property

List<int> board
final

The contents of each square on the board.

Implementation

final List<int> board;