WizardConfig constructor
WizardConfig({})
Creates a WizardConfig.
Implementation
WizardConfig({
required this.targetPath,
required this.mode,
required this.useAi,
this.dryRun = false,
this.cleanImports = true,
this.generateReport = true,
this.visualize = false,
});