get

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

Retrieves the value associated with the specified key.

Return

the value associated with the specified key, or null if the key is not found

Parameters

key

the key whose associated value is to be retrieved