immutable property

Map<K, V> get immutable

Implementation

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