CanaryDeployment constructor

CanaryDeployment({
  1. Analysis? analysis,
  2. List<int>? percentages,
  3. Postdeploy? postdeploy,
  4. Predeploy? predeploy,
  5. bool? verify,
  6. Verify? verifyConfig,
})

Implementation

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