typeName property

  1. @TagNumber(6)
String typeName

For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).

Implementation

@$pb.TagNumber(6)
$core.String get typeName => $_getSZ(5);
  1. @TagNumber(6)
void typeName=(String v)

Implementation

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