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;
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"
.
core.String? requestUrl;