ArgosHttpClientResponse constructor
ArgosHttpClientResponse(
- HttpClientResponse origin,
- dynamic recordResponse(
- int,
- String,
- HttpHeaders,
- int,
Implementation
ArgosHttpClientResponse(this.origin, this.recordResponse);