HttpRequest constructor

HttpRequest(
  1. Uri url,
  2. HttpMethod method,
  3. Map<String, String> headers,
  4. String? body,
)

Implementation

HttpRequest(this.url, this.method, this.headers, this.body);