Data class representing the size of a Sudoku grid.
The height of the grid.
Whether the grid size is square (width == height).
The width of the grid.