LoggingHttpClientResponse constructor

LoggingHttpClientResponse(
  1. HttpClientResponse _inner,
  2. dynamic _onDone(
    1. List<int> bytes
    )
)

Implementation

LoggingHttpClientResponse(this._inner, this._onDone);