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;