putIfAbsent method

V putIfAbsent (K key, V ifAbsent())
override

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

Implementation

V putIfAbsent(K key, V ifAbsent()) => _throw();