shape property

List<int> shape

The shape of the array.

The shape is a list of the number of elements in each dimension.

Implementation

List<int> get shape => ListTools.getShape(_data);