LoggingHttpClientResponse constructor
LoggingHttpClientResponse(
- HttpClientResponse _inner,
- dynamic _onDone()
Implementation
LoggingHttpClientResponse(this._inner, this._onDone);