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