RollbackTargetConfig constructor

RollbackTargetConfig({
  1. Rollout? rollout,
  2. String? startingPhaseId,
})

Implementation

RollbackTargetConfig({
  this.rollout,
  this.startingPhaseId,
});