presentMatch property
A header with header_name must exist. The match takes place whether or not the header has a value.
Implementation
@$pb.TagNumber(5)
$core.bool get presentMatch => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set presentMatch($core.bool v) {
$_setBool(4, v);
}