toUnmodifiable method

Map<K, V> toUnmodifiable()

Implementation

Map<K, V> toUnmodifiable() => UnmodifiableMapView(this);