matrix property

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

Internal representation of this IntersectionMatrix.

Implementation

late List<List<int>> matrix;