allowDomainDiscovery property

  1. @TagNumber(17)
bool allowDomainDiscovery

Implementation

@$pb.TagNumber(17)
$core.bool get allowDomainDiscovery => $_getBF(16);
  1. @TagNumber(17)
void allowDomainDiscovery=(bool v)

Implementation

@$pb.TagNumber(17)
set allowDomainDiscovery($core.bool v) { $_setBool(16, v); }