length property Null safety

int length

The count of vectors in this list.

Implementation

int get length => _length;