getValue

expect fun getValue(key: String): Any?(source)

Gets a property's value as an object. The object types are Blob, Array, Dictionary, Number, or String based on the underlying data type; or nil if the property value is null or the property doesn't exist.

Return

the object value or null.

Parameters

key

the key.

actual open fun getValue(key: String): Any?(source)
actual open fun getValue(key: String): Any?(source)