doNotEnrich property

  1. @TagNumber(1)
bool doNotEnrich

Implementation

@$pb.TagNumber(1)
$core.bool get doNotEnrich => $_getBF(0);
  1. @TagNumber(1)
void doNotEnrich=(bool v)

Implementation

@$pb.TagNumber(1)
set doNotEnrich($core.bool v) { $_setBool(0, v); }