clear method

void clear()

Clears all bands from the collection.

Implementation

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