finalBoard property

List<List<int>> finalBoard
getter/setter pair

Implementation

List<List<int>> finalBoard = getEmptyBoard(9);