clear method

void clear()

Removes all elements from the list.

Implementation

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