getDictionary

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

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

Return

the Dictionary object or null if the key doesn't exist.

Parameters

key

the key.

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