HttpFinchResponse constructor
HttpFinchResponse(
- HttpClientResponse _httpClientResponse, {
- required List<
int> bodyBytes,
Implementation
HttpFinchResponse(this._httpClientResponse, {required this.bodyBytes});