Injector.debug constructor

Injector.debug(
  1. InjectorScope root
)

Create an Injector from an root InjectorScope. It must not be used normally. Useful for debugging purposes.

Implementation

factory Injector.debug(InjectorScope root) = InjectorImpl.debug;