isEmpty

abstract suspend fun isEmpty(): Boolean

Checks if this map contains no key-value mappings. This is a suspendable, non-blocking operation.

Return

true if this map is empty, false otherwise.