url property
The Uri of the response returned by the server.
If no redirects were followed, url will be the same as the requested Uri.
If redirects were followed, url will be the Uri of the last redirect that was followed.
Implementation
abstract final Uri url;