RepairPhaseConfig constructor

RepairPhaseConfig({
  1. Retry? retry,
  2. Rollback? rollback,
})

Implementation

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