containsKey method

bool containsKey (Object key)

Implementation

bool containsKey(Object key) => _getItem(key) != null;