injectableProviders property

Iterable<Type> get injectableProviders

The list of types of providers to inject in the application context

Implementation

Iterable<Type> get injectableProviders =>
    _providerRegistry.injectableProviders;