exports property

Iterable<ProviderMetadata> exports
final

Optional list of the subset of providers that are provided by this module and should be available in other modules which import this module.

Implementation

final Iterable<ProviderMetadata> exports;