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