AggregatorConfig constructor

const AggregatorConfig({
  1. String outputPath = 'components.g.dart',
  2. String packagesModuleName = 'Packages',
})

Implementation

const AggregatorConfig({
  this.outputPath = 'components.g.dart',
  this.packagesModuleName = 'Packages',
});