ResponseData constructor
ResponseData(})
Creates a new response data with body bytes.
Implementation
ResponseData(
this.bodyBytes,
this.statusCode, {
this.headers,
this.body,
this.contentLength,
this.isRedirect,
this.persistentConnection,
this.request,
});