get

expect open operator override fun get(key: K): V?(source)
actual open operator override 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.