toMap

expect fun toMap(): Map<String, Any?>(source)

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

Return

The Map representing all values.

actual fun toMap(): Map<String, Any?>(source)
actual fun toMap(): Map<String, Any?>(source)