remove method
override
Throws an UnsupportedError; operations that change the map are disallowed.
Implementation
V remove(Object key) => _throw();
Throws an UnsupportedError; operations that change the map are disallowed.
V remove(Object key) => _throw();