moduleName property
name of the module (just the name, not the dotted org:name form)
Implementation
@$pb.TagNumber(4)
$core.String get moduleName => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set moduleName($core.String v) { $_setString(3, v); }