matrix property

List<double> matrix
getter/setter pair

The matrix storage.

Implementation

late List<double> matrix = [];