CanaryDeployment constructor
CanaryDeployment({
- List<
int> ? percentages, - Postdeploy? postdeploy,
- Predeploy? predeploy,
- bool? verify,
Implementation
CanaryDeployment({
this.percentages,
this.postdeploy,
this.predeploy,
this.verify,
});