noProxyForWeb property

  1. @TagNumber(2)
bool get noProxyForWeb

@doc If false, does not use the proxy_prefix_url or web, respectively.

Implementation

@$pb.TagNumber(2)
$core.bool get noProxyForWeb => $_getBF(1);
  1. @TagNumber(2)
set noProxyForWeb (bool value)

Implementation

@$pb.TagNumber(2)
set noProxyForWeb($core.bool value) => $_setBool(1, value);