remove

actual open override fun remove(key: String): MutableDocument(source)
expect open override fun remove(key: String): MutableDocument(source)

Removes the mapping for a key from this Document

Return

this MutableDocument instance

Parameters

key

the key.

actual open override fun remove(key: String): MutableDocument(source)

Removes the mapping for a key from this Dictionary

Return

The self object.

Parameters

key

the key.

actual open override fun remove(key: String): MutableDocument(source)