WebResourceResponse constructor
Implementation
WebResourceResponse({
this.contentEncoding = "utf-8",
this.contentType = "",
this.data,
this.headers,
this.reasonPhrase,
this.statusCode,
});
WebResourceResponse({
this.contentEncoding = "utf-8",
this.contentType = "",
this.data,
this.headers,
this.reasonPhrase,
this.statusCode,
});