suffixMatch property

  1. @TagNumber.new(6)
String get suffixMatch

The value of the header must end with the contents of suffix_match.

Implementation

@$pb.TagNumber(6)
$core.String get suffixMatch => $_getSZ(5);
  1. @TagNumber.new(6)
set suffixMatch (String v)

Implementation

@$pb.TagNumber(6)
set suffixMatch($core.String v) {
  $_setString(5, v);
}