entryModule property
The module containing the entry point function
Implementation
@$pb.TagNumber(4)
$core.String get entryModule => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set entryModule($core.String value) => $_setString(3, value);
The module containing the entry point function
@$pb.TagNumber(4)
$core.String get entryModule => $_getSZ(3);
@$pb.TagNumber(4)
set entryModule($core.String value) => $_setString(3, value);