clear method

  1. @override
void clear()
override

Removes all items from the vector.

Implementation

@override
void clear() => _iVector.clear();