entrypoint property

  1. @TagNumber(3)
String get entrypoint

Overrides the ENTRYPOINT specified in the container.

Implementation

@$pb.TagNumber(3)
$core.String get entrypoint => $_getSZ(2);
  1. @TagNumber(3)
set entrypoint (String v)

Implementation

@$pb.TagNumber(3)
set entrypoint($core.String v) { $_setString(2, v); }