containsKey abstract method

bool containsKey(
  1. String key
)

Checks whether the box contains the key.

Implementation

bool containsKey(String key);