Response constructor
Response()
Implementation
Response(
this.statusCode,
this.body,
this.bodyBytes,
this.contentLength,
this.headers,
this.isRedirect,
this.persistentConnection,
this.reasonPhrase,
this.request);