toImmutable

abstract fun toImmutable(): ListMap<K, V>

Creates and returns an immutable ListMap copy of this MutableListMap.

Return

Immutable ListMap copy of this instance.