getDictionary

expect open override fun getDictionary(key: String): MutableDictionary?(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 override fun getDictionary(key: String): MutableDictionary?(source)
actual open override fun getDictionary(key: String): MutableDictionary?(source)