matrix property
Uint8List
get
matrix
The 2D list representing the boolean grid.
Implementation
Uint8List get matrix => _matrix;
The 2D list representing the boolean grid.
Uint8List get matrix => _matrix;