AutoUpgradeConfig constructor

AutoUpgradeConfig({
  1. Map<String, String>? enforcedRollouts,
  2. RolloutCreationScope? rolloutCreationScope,
})

Implementation

AutoUpgradeConfig({this.enforcedRollouts, this.rolloutCreationScope});