noProxyAccess property

  1. @TagNumber(18)
bool noProxyAccess

If true, the notebook instance will not register with the proxy.

Implementation

@$pb.TagNumber(18)
$core.bool get noProxyAccess => $_getBF(12);
  1. @TagNumber(18)
void noProxyAccess=(bool v)

Implementation

@$pb.TagNumber(18)
set noProxyAccess($core.bool v) { $_setBool(12, v); }