AutoCodeConverter constructor

AutoCodeConverter({
  1. required String projectPath,
  2. bool verbose = false,
  3. bool dryRun = false,
})

Implementation

AutoCodeConverter({
  required this.projectPath,
  this.verbose = false,
  this.dryRun = false,
});