customProxyUrl property

  1. @TagNumber(3)
String get customProxyUrl

@doc custom proxy url for web

Implementation

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

Implementation

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