Request constructor
Request(})
Implementation
Request(
this.method,
this.url, {
this.headers = const {},
this.headersAll = const {},
this.encoding,
this.contentType,
this.body,
});
Request(
this.method,
this.url, {
this.headers = const {},
this.headersAll = const {},
this.encoding,
this.contentType,
this.body,
});