operator []= method
override
Throws an UnsupportedError; operations that change the map are disallowed.
Implementation
void operator []=(K key, V value) => _throw();
Throws an UnsupportedError; operations that change the map are disallowed.
void operator []=(K key, V value) => _throw();