Rollback constructor

Rollback({
  1. String? destinationPhase,
  2. bool? disableRollbackIfRolloutPending,
})

Implementation

Rollback({this.destinationPhase, this.disableRollbackIfRolloutPending});