OnSuccess constructor

OnSuccess({
  1. String? destination,
})

Implementation

OnSuccess({
  this.destination,
});