clear method

dynamic clear()

Implementation

clear() {
  _map.clear();
}