contains

abstract operator fun contains(key: String): Boolean(source)

Used to check if the value is present

Return

True if the value is present, false otherwise.

Parameters

key

The key of the value.