getGrid property

List<List<int>> getGrid

It's a getter that returns the grid.

Implementation

List<List<int>> get getGrid;