Injector.debug constructor
Injector.debug(
- 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;