suffixMatch property
The value of the header must end with the contents of suffix_match.
Implementation
@$pb.TagNumber(6)
$core.String get suffixMatch => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set suffixMatch($core.String v) {
$_setString(5, v);
}