requestUrl property

  1. @TagNumber.new(2)
String get 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".

Implementation

@$pb.TagNumber(2)
$core.String get requestUrl => $_getSZ(1);
  1. @TagNumber.new(2)
set requestUrl (String value)

Implementation

@$pb.TagNumber(2)
set requestUrl($core.String value) => $_setString(1, value);