contains

expect operator fun contains(key: String): Boolean

Return

true if there is value associated with the given key.

Parameters

key

The identifier for the value

actual operator fun contains(key: String): Boolean