toList

expect fun toList(): List<Any?>(source)

Gets all the values as a List. The types of the values contained in the returned List are Array, Blob, Dictionary, Number types, String, and null.

Return

a List containing all values.

actual fun toList(): List<Any?>(source)
actual fun toList(): List<Any?>(source)