grid property

  1. @override
List<List<int>> grid
read / writeoverride

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

Implementation

@override
late List<List<int>> grid;