shape property

List<int> get shape

Returns an unmodifiable list of nRows, nColumns.

Implementation

List<int> get shape => List.unmodifiable([length, nColumns]);