setData

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

Populate a dictionary with content from a Map. Allowed value types are List, Instant, Map, Number, null, String, Array, Blob, and Dictionary. If present, Lists, Arrays, 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 open override fun setData(data: Map<String, Any?>): MutableDictionary(source)

Populate a dictionary with content from a Map. Allowed value types are List, Instant, Map, Number, null, String, Array, Blob, and Dictionary. If present, Lists, Arrays, 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 open override fun setData(data: Map<String, Any?>): MutableDictionary(source)