containsEntry method

  1. @protected
bool containsEntry(
  1. String name
)
inherited

Checks if an entry with the given name exists in the registry.

Implementation

@protected
bool containsEntry(String name) => _entries.containsKey(normalizeName(name));