unmodifiable property

Map<K, V> get unmodifiable

Implementation

Map<K, V> get unmodifiable => Map.unmodifiable(this);