RepairPhase constructor
      
      RepairPhase({ 
    
    
- RetryPhase? retry,
- RollbackAttempt? rollback,
Implementation
RepairPhase({
  this.retry,
  this.rollback,
});RepairPhase({
  this.retry,
  this.rollback,
});