ResponseData constructor
ResponseData({})
Implementation
ResponseData({
this.method,
this.url,
this.statusCode,
this.headers,
this.body,
this.contentLength,
this.isRedirect,
this.persistentConnection,
});