tagName property

  1. @TagNumber(4)
String tagName

Regex matching tags to build.

The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

Implementation

@$pb.TagNumber(4)
$core.String get tagName => $_getSZ(3);
  1. @TagNumber(4)
void tagName=(String v)

Implementation

@$pb.TagNumber(4)
set tagName($core.String v) { $_setString(3, v); }