containsKey abstract method

bool containsKey(
  1. String key
)

Whether the store contains key.

Implementation

bool containsKey(String key);