GenConfig constructor
const
GenConfig({
- required String sourceDir,
- String outputPrefix = 'CLAUDIO',
- int targetSizeKB = 1000,
- bool removeComments = true,
- String projectTypeName = 'auto',
- List<
String> extensions = const [], - List<
String> ignorePatterns = const [], - List<
String> ignoreFiles = const [], - List<
String> extraRootFiles = const [], - String outputFormatName = 'text',
- bool verbose = false,
Implementation
const GenConfig({
required this.sourceDir,
this.outputPrefix = 'CLAUDIO',
this.targetSizeKB = 1000,
this.removeComments = true,
this.projectTypeName = 'auto',
this.extensions = const [],
this.ignorePatterns = const [],
this.ignoreFiles = const [],
this.extraRootFiles = const [],
this.outputFormatName = 'text',
this.verbose = false,
});