response property

HttpClientResponse? get response

Returns the underlying HttpClientResponse object.

Available only after connect completes successfully.

Implementation

HttpClientResponse? get response => _response;