async property
Whether the provider factory is asynchronous.
When true, the dependency must be resolved through
CarburetorModule.getAsync. Defaults to false.
Implementation
final bool async;
Whether the provider factory is asynchronous.
When true, the dependency must be resolved through
CarburetorModule.getAsync. Defaults to false.
final bool async;