providers property

Iterable<ProviderMetadata> providers
final

Optional list of providers that will be instantiated by the Dartness injector and that may be shared at least across this module.

Implementation

final Iterable<ProviderMetadata> providers;