allowDomainDiscovery property

  1. @TagNumber(14)
bool allowDomainDiscovery

Implementation

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

Implementation

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