noProxyAccess property
If true, the notebook instance will not register with the proxy.
Implementation
@$pb.TagNumber(18)
$core.bool get noProxyAccess => $_getBF(12);
Implementation
@$pb.TagNumber(18)
set noProxyAccess($core.bool v) { $_setBool(12, v); }