kotlin-stdlib / kotlin.collections / get get Common JVM JS Native 1.0 operator fun <K, V> Map<out K, V>.get(key: K): V? Returns the value corresponding to the given key, or null if such a key is not present in the map.