requestUrl property

String? requestUrl
getter/setter pair

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;