entrypoint property
The entrypoint of the application
Implementation
@$pb.TagNumber(3)
$core.String get entrypoint => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set entrypoint($core.String v) { $_setString(2, v); }
The entrypoint of the application
@$pb.TagNumber(3)
$core.String get entrypoint => $_getSZ(2);
@$pb.TagNumber(3)
set entrypoint($core.String v) { $_setString(2, v); }