entryOrigin method
Retrieves the stack trace of the original registration for the given name.
Returns null if no origin is available for the given name.
Implementation
@protected
StackTrace? entryOrigin(String name) => _origins[normalizeName(name)];