publicNamespace property
- @TagNumber(12)
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);
- @TagNumber(12)
Implementation
@$pb.TagNumber(12)
set publicNamespace($core.String v) { $_setString(11, v); }