getDictionary

expect open fun getDictionary(key: String): Dictionary?(source)

Get a property's value as a Dictionary, which is a mapping object of a Dictionary value. Returns null if the property doesn't exist, or its value is not a Dictionary.

Return

The Dictionary object or null.

Parameters

key

the key

actual open fun getDictionary(key: String): Dictionary?(source)
actual open fun getDictionary(key: String): Dictionary?(source)