contains

open override fun contains(key: String): Boolean(source)

Checks if a value exists for the given key.

Return

true if a value exists for the key, false otherwise

Parameters

key

The key to check