containsKey method

bool containsKey(
  1. Object? key
)

Implementation

bool containsKey(Object? key) {
  return _cache.containsKey(key);
}