HttpFinchResponse constructor

HttpFinchResponse(
  1. HttpClientResponse _httpClientResponse, {
  2. required List<int> bodyBytes,
})

Implementation

HttpFinchResponse(this._httpClientResponse, {required this.bodyBytes});