currentUrl property

  1. @override
String currentUrl
final

The currently active url.

On the server, this is the request url. On the client, this is the currently visited url in the browser.

Implementation

@override
final String currentUrl;