exactMatch property
The value of the header should match exactly the content of exact_match.
Implementation
@$pb.TagNumber(2)
$core.String get exactMatch => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set exactMatch($core.String v) {
$_setString(1, v);
}