response property
HttpResponse
get
response
Provides access to the response associated with the request.
Implementation
HttpResponse get response => _rq.response;
Provides access to the response associated with the request.
HttpResponse get response => _rq.response;