BootstrapCommandConfigs constructor

const BootstrapCommandConfigs({
  1. bool runPubGetInParallel = true,
  2. bool runPubGetOffline = false,
  3. bool enforceLockfile = false,
  4. Environment? environment,
  5. Map<String, DependencyReference>? dependencies,
  6. Map<String, DependencyReference>? devDependencies,
  7. List<Glob> dependencyOverridePaths = const [],
  8. LifecycleHooks hooks = LifecycleHooks.empty,
})

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,
});