requestUrl property
The scheme (http, https), the host name, the path and the query portion of the URL that was requested.
Example: "http://example.com/some/info?color=red".
Implementation
core.String? requestUrl;