Settings.defaults constructor
const
Settings.defaults({
- bool registerAsImplementation = false,
- List<
String> priorities = const [], - Map<
String, List< groups = const {},String> > - List<
String> factories = const [], - List<
String> lazySingletons = const [], - List<
String> singletons = const [], - RegisterType registerDefault = RegisterType.factory,
- bool autoRegister = false,
- List<
String> register = const [], - List<
String> doNotRegister = const [], - List<
String> ignoreForFile = const [],
Implementation
const Settings.defaults({
this.registerAsImplementation = false,
this.priorities = const [],
this.groups = const {},
this.factories = const [],
this.lazySingletons = const [],
this.singletons = const [],
this.registerDefault = RegisterType.factory,
this.autoRegister = false,
this.register = const [],
this.doNotRegister = const [],
this.ignoreForFile = const [],
});