LaunchConfig class

The configuration for launching an executable.

Constructors

LaunchConfig({required ExecutableName name, required EntryPoint entrypoint, bool launchFromSelf = true})
Creates a new launch configuration.

Properties

entrypoint EntryPoint
The entry point to start running the logic of the executable.
final
hashCode int
The hash code for this object.
no setterinherited
launchFromSelf bool
When launching from within the source package, whether to launch the executable from the source package.
final
name ExecutableName
The name of the executable to launch.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited