clear method

view source

void clear () inherited

Implementation

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