toMap

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

Gets all values as a Map. The keys in the returned map are the names of columns that have values. The types of the values 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)