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
@override
// TODO: implement response
Response? get response => throw UnimplementedError();