DestroyRequestBuilderAdapter constructor

DestroyRequestBuilderAdapter(
  1. HttpMethod _method,
  2. String _baseUrl,
  3. String _url,
  4. Map<String, String> _headers,
)

Implementation

DestroyRequestBuilderAdapter(super._method, super._baseUrl, super._url, super._headers);