flattenData property

List<T> flattenData

A flattened representation of the matrix data.

Implementation

List<T> get flattenData => UnmodifiableListView<T>(_data);