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