DeploymentCanarySettings constructor

DeploymentCanarySettings({
  1. double? percentTraffic,
  2. Map<String, String>? stageVariableOverrides,
  3. bool? useStageCache,
})

Implementation

DeploymentCanarySettings({
  this.percentTraffic,
  this.stageVariableOverrides,
  this.useStageCache,
});