toString

open override fun toString(): String

Returns a string representation of this SudokuSchema.

This includes the puzzle layout, solution layout, difficulty level, and the Sudoku type.

Return

A string representing the SudokuSchema in the format: "SudokuSchema(puzzle=, solution=, difficulty=, sudokuType=)"