namespaceId property

  1. @TagNumber(4)
String namespaceId

If not empty, the ID of the namespace to which the entities belong.

Implementation

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

Implementation

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