GeneratorConfig constructor
const
GeneratorConfig({})
Implementation
const GeneratorConfig({
required this.name,
this.output,
required this.isCustomOutput,
required this.provider,
required this.config,
required this.binaryTargets,
required this.previewFeatures,
});