BootstrapCommandConfigs constructor

const BootstrapCommandConfigs({
  1. bool usePubspecOverrides = false,
  2. bool runPubGetInParallel = true,
  3. bool runPubGetOffline = false,
})

Implementation

const BootstrapCommandConfigs({
  this.usePubspecOverrides = false,
  this.runPubGetInParallel = true,
  this.runPubGetOffline = false,
});