Converts the Map to a truly immutable KtMap
@useResult KtMap<K, V> toImmutableMap() => KtMap.from(this);