remove method

V remove (Object key)
override

Throws an UnsupportedError; operations that change the map are disallowed.

Implementation

V remove(Object key) => _throw();