length property

int length

The length of this vector.

Implementation

int get length => elements.length;