clear 方法

void clear()
继承

不可修改的映射不支持此操作。

实现

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