exists static method

bool exists(
  1. String key
)

Implementation

static bool exists(String key) => _items.containsKey(key);