getBoolean

expect fun getBoolean(key: String): Boolean(source)

Gets a property's value as a boolean. Returns true if the value exists, and is either true or a nonzero number.

Return

the boolean value.

Parameters

key

the key

actual fun getBoolean(key: String): Boolean(source)
actual fun getBoolean(key: String): Boolean(source)