contains

operator fun contains(key: String): Boolean

Checks whether the map contains a key.

Return

true if key is found in the map, otherwise false.

Parameters