Config.build constructor
Config.build({
- String? dir,
- List<
GeneratorConfig> ? generators,
Implementation
Config.build({
this.dir,
this.generators,
});
Config.build({
this.dir,
this.generators,
});