entryFunction property
The function to execute as the program's entry point
Implementation
@$pb.TagNumber(5)
$core.String get entryFunction => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set entryFunction($core.String value) => $_setString(4, value);