Response<T>  constructor 
      const
      Response<T> ({})
     
    
    
Implementation
const Response({
  this.request,
  this.statusCode,
  this.bodyBytes,
  this.bodyString,
  this.statusText = '',
  this.headers = const {},
  this.body,
});