get

open suspend override fun get(key: String): String?

Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key. This operation is thread-safe.

Return

The value to which the specified key is mapped, or null if this map contains no mapping for the key.

Parameters

key

The key whose associated value is to be returned.