Solver constructor

Solver({
  1. Grid? solvedBoard,
})

Implementation

Solver({Grid? solvedBoard}) : _solvedBoard = solvedBoard;