size property

  1. @override
int size
override

Gets the number of items in the vector.

Implementation

@override
int get size => _iVector.size;