OnFailure constructor

OnFailure({
  1. String? destination,
})

Implementation

OnFailure({
  this.destination,
});