selector property
The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo." is ok, but not "foo.b*" or "foo..bar". To specify a default for all applicable elements, the whole pattern "" is used.
Implementation
@$pb.TagNumber(1)
$core.String get selector => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set selector($core.String value) => $_setString(0, value);