HttpRequestSpec constructor
HttpRequestSpec({})
Implementation
HttpRequestSpec({
required this.method,
required this.path,
required this.queryParameters,
this.jsonBody,
});
HttpRequestSpec({
required this.method,
required this.path,
required this.queryParameters,
this.jsonBody,
});