SudokuCellState

constructor(value: Int, solution: Int, isLocked: Boolean, isError: Boolean = false)