PhaseConfig constructor

PhaseConfig({
  1. Analysis? analysis,
  2. int? percentage,
  3. String? phaseId,
  4. Postdeploy? postdeploy,
  5. Predeploy? predeploy,
  6. List<String>? profiles,
  7. bool? verify,
  8. Verify? verifyConfig,
})

Implementation

PhaseConfig({
  this.analysis,
  this.percentage,
  this.phaseId,
  this.postdeploy,
  this.predeploy,
  this.profiles,
  this.verify,
  this.verifyConfig,
});