BootstrapCommandConfigs constructor
const
BootstrapCommandConfigs({})
Implementation
const BootstrapCommandConfigs({
this.runPubGetInParallel = true,
this.runPubGetOffline = false,
this.enforceLockfile = false,
this.environment,
this.dependencies,
this.devDependencies,
this.dependencyOverridePaths = const [],
this.hooks = LifecycleHooks.empty,
});