namespaceId property

  1. @TagNumber.new(4)
String get 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.new(4)
set namespaceId (String v)

Implementation

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