Standard constructor

Standard({
  1. Analysis? analysis,
  2. Postdeploy? postdeploy,
  3. Predeploy? predeploy,
  4. bool? verify,
  5. Verify? verifyConfig,
})

Implementation

Standard({
  this.analysis,
  this.postdeploy,
  this.predeploy,
  this.verify,
  this.verifyConfig,
});