response property
Response info, it may be null
if the request can't reach to the
HTTP server, for example, occurring a DNS error, network is not available.
Implementation
final Response? response;
Response info, it may be null
if the request can't reach to the
HTTP server, for example, occurring a DNS error, network is not available.
final Response? response;