FailureInfo constructor

FailureInfo({
  1. RequestOptions? request,
  2. Response? response,
  3. dynamic exception,
})

Implementation

FailureInfo({
  this.request,
  this.response,
  this.exception,
});