Checks if an entry with the given name exists in the registry.
name
@protected bool containsEntry(String name) => _entries.containsKey(normalizeName(name));