table property

List<List<int>> table
getter/setter pair

Implementation

late List<List<int>> table;