Canary constructor
      
      Canary({ 
    
    
- CanaryDeployment? canaryDeployment,
- CustomCanaryDeployment? customCanaryDeployment,
- RuntimeConfig? runtimeConfig,
Implementation
Canary({
  this.canaryDeployment,
  this.customCanaryDeployment,
  this.runtimeConfig,
});