searchAllowExact property

  1. @TagNumber(7)
bool get searchAllowExact

Implementation

@$pb.TagNumber(7)
$core.bool get searchAllowExact => $_getBF(6);
  1. @TagNumber(7)
set searchAllowExact (bool v)

Implementation

@$pb.TagNumber(7)
set searchAllowExact($core.bool v) { $_setBool(6, v); }