setData

expect fun setData(data: List<Any?>): MutableArray(source)

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

Return

The self object

Parameters

data

the array

actual fun setData(data: List<Any?>): MutableArray(source)
actual fun setData(data: List<Any?>): MutableArray(source)