initialBoard property

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

Implementation

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