CanaryDeployment constructor

CanaryDeployment({
  1. List<int>? percentages,
  2. Postdeploy? postdeploy,
  3. Predeploy? predeploy,
  4. bool? verify,
})

Implementation

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