searchAllowExact property
bool
get
searchAllowExact
Implementation
@$pb.TagNumber(7)
$core.bool get searchAllowExact => $_getBF(6);
set
searchAllowExact
(bool v)
Implementation
@$pb.TagNumber(7)
set searchAllowExact($core.bool v) { $_setBool(6, v); }