Canary constructor

Canary({
  1. CanaryDeployment? canaryDeployment,
  2. CustomCanaryDeployment? customCanaryDeployment,
  3. RuntimeConfig? runtimeConfig,
})

Implementation

Canary({
  this.canaryDeployment,
  this.customCanaryDeployment,
  this.runtimeConfig,
});