entryPoint property

List<String>? entryPoint
final

Specifies the entry point to their application, which is typically the location of the runtime executable.

Implementation

final List<String>? entryPoint;