allowDomainDiscovery property

  1. @TagNumber(19)
bool allowDomainDiscovery

Implementation

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

Implementation

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