getEntry method
Retrieves the entry associated with the given name.
Returns null if no entry exists for the given name.
Implementation
@protected
V? getEntry(String name) => _entries[normalizeName(name)];
Retrieves the entry associated with the given name.
Returns null if no entry exists for the given name.
@protected
V? getEntry(String name) => _entries[normalizeName(name)];