FailureInfo constructor
      
      FailureInfo({ 
    
    
- RequestOptions? request,
- Response? response,
- dynamic exception,
Implementation
FailureInfo({
  this.request,
  this.response,
  this.exception,
});