clear method

void clear ()
inherited

This operation is not supported by an unmodifiable map.

Implementation

void clear() {
  throw new UnsupportedError("Cannot modify unmodifiable map");
}