get

open fun get(key: String): Value

Return value for a key.

Return

`value` if a key exists in settings otherwise a `null value` will be returned.

Parameters

key

A name of the key.