Data class representing a suggested move in the Sudoku puzzle.
The column index where the move can be made.
The row index where the move can be made.
The single possible value that can be placed in the cell.