getValue

abstract fun getValue(key: String): ConfigValue?

Returns ConfigValue

Return

ConfigValue by key if present or null otherwise.

Parameters

key

Config key.