This operation is not supported by an unmodifiable map.
@override V putIfAbsent(K key, Callback<V> ifAbsent) { throw UnsupportedError('Cannot modify unmodifiable map'); }