CanarySettings constructor

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

Implementation

CanarySettings({
  this.deploymentId,
  this.percentTraffic,
  this.stageVariableOverrides,
  this.useStageCache,
});