FAGConfig constructor

FAGConfig({
  1. String? outputDir,
  2. bool? autoDetection,
  3. bool? namedWithParent,
  4. String? outputFilename,
  5. String? className,
  6. String? filenameSplitPattern,
  7. List<String>? includePaths,
  8. List<String>? excludePaths,
  9. bool? leadingWithPackageName,
  10. bool? uniqifyName,
})

Implementation

FAGConfig({
  this.outputDir,
  this.autoDetection,
  this.namedWithParent,
  this.outputFilename,
  this.className,
  this.filenameSplitPattern,
  this.includePaths,
  this.excludePaths,
  this.leadingWithPackageName,
  this.uniqifyName,
});