containsKey abstract method

bool containsKey(
  1. String key
)

Check if this key has an associated value in the underlying context.

@param key The key.

@return True if the key has an associated value, False otherwise.

Implementation

bool containsKey(String key);