publicNamespace property

  1. @TagNumber(12)
String get publicNamespace

The public namespace of the organization that owns the module This is empty if no public namespace is set

Implementation

@$pb.TagNumber(12)
$core.String get publicNamespace => $_getSZ(11);
  1. @TagNumber(12)
set publicNamespace (String v)

Implementation

@$pb.TagNumber(12)
set publicNamespace($core.String v) { $_setString(11, v); }