setValue

expect fun setValue(key: String, value: Any?): MutableDictionary(source)

Set an object value by key. Allowed value types are List, Date, Map, Number, null, String, Array, Blob, and Dictionary. If present, Lists, Maps and Dictionaries may contain only the above types.

Return

The self object.

Parameters

key

the key.

value

the object value.

actual fun setValue(key: String, value: Any?): MutableDictionary(source)
actual fun setValue(key: String, value: Any?): MutableDictionary(source)