CarburetorDynamicModule<Module_ extends CarburetorModule> constructor
const
CarburetorDynamicModule<Module_ extends CarburetorModule> (
- Module_ module
Wraps module in a CarburetorDynamicModule that delegates all
non-overridden resolutions to module.
Implementation
const factory CarburetorDynamicModule(Module_ module) = CarburetorDynamicModuleImpl;