setData

expect fun setData(data: Map<String, Any?>): MutableDictionary(source)

Populate a dictionary with content from a Map. 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. Setting the dictionary content will replace the current data including any existing Array and Dictionary objects.

Return

The self object.

Parameters

data

the dictionary object.

actual fun setData(data: Map<String, Any?>): MutableDictionary(source)
actual fun setData(data: Map<String, Any?>): MutableDictionary(source)