toMap

actual open override fun toMap(): Map<String, Any?>(source)
expect open override 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 open override fun toMap(): Map<String, Any?>(source)

Gets content of the current object as a Map. The values contained in the returned Map object are all JSON based values.

Return

the Map object representing the content of the current object in the JSON format.

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