RepairRolloutOperation constructor
RepairRolloutOperation({
- String? currentRepairModeIndex,
- List<
RepairPhase> ? repairPhases, - String? rollout,
Implementation
RepairRolloutOperation({
this.currentRepairModeIndex,
this.repairPhases,
this.rollout,
});