RepairRolloutOperation constructor

RepairRolloutOperation({
  1. String? currentRepairModeIndex,
  2. List<RepairPhase>? repairPhases,
  3. String? rollout,
})

Implementation

RepairRolloutOperation({
  this.currentRepairModeIndex,
  this.repairPhases,
  this.rollout,
});