clear method

void clear()

Clears the collection.

Implementation

void clear() => _items.clear();