get

fun get(key: String): String?

Gets the value of the given key

Return

the value of the key if it exists, null otherwise

Parameters

key

the key to get the value of