entryOrigin method

  1. @protected
StackTrace? entryOrigin(
  1. String name
)
inherited

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)];