Rollback constructor

Rollback({
  1. String? destinationPhase,
})

Implementation

Rollback({
  this.destinationPhase,
});