prefixMatch property
The value of the header must start with the contents of prefix_match.
Implementation
@$pb.TagNumber(4)
$core.String get prefixMatch => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set prefixMatch($core.String v) {
$_setString(3, v);
}