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
@$pb.TagNumber(2)
$core.String get requestUrl => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set requestUrl($core.String value) => $_setString(1, value);