presentMatch property

  1. @TagNumber.new(5)
bool get presentMatch

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);
  1. @TagNumber.new(5)
set presentMatch (bool v)

Implementation

@$pb.TagNumber(5)
set presentMatch($core.bool v) {
  $_setBool(4, v);
}