contains

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

Checks if the context contains a value for the given key.

Return

true if the key exists in the context, false otherwise

Parameters

key

the key to check