preContained property

Map<dynamic, InjectionRequest> preContained

A Map of dependency data obtained via reflection.

You may modify this Map yourself if you intend to avoid reflection entirely.

Implementation

Map<dynamic, InjectionRequest> get preContained => _preContained;