clear method

void clear ()

Removes all values.

Implementation

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