matrix method

List<List<Cell>>? matrix()

Implementation

List<List<Cell>>? matrix() => _matrix;