RepairPhase constructor

RepairPhase({
  1. RetryPhase? retry,
  2. RollbackAttempt? rollback,
})

Implementation

RepairPhase({
  this.retry,
  this.rollback,
});