containsKey method

bool containsKey (dynamic key)

Implementation

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