hasEntry method

bool hasEntry(
  1. String id
)

Implementation

bool hasEntry(String id) {
  return _hashEntries[id] != null;
}