BootstrapConfig constructor
const
BootstrapConfig({})
Implementation
const BootstrapConfig({
this.debugMode = false,
this.skipSteps = const {},
this.skipUpdateCheck = false,
this.skipTelemetry = false,
this.skipPlugins = false,
this.skipMcpServers = false,
this.skipDoctor = false,
this.stepTimeout = const Duration(seconds: 30),
this.configDir,
this.projectDir,
});