grid property

List<List<int>> grid
latefinal

It's a late final variable that is initialized in the constructor.

Implementation

late final List<List<int>> grid;