shape property

  1. @override
List<int> shape

Returns the shape of this vector.

Implementation

@override
List<int> get shape => [count];