LaunchAction class

Inheritance

Constructors

LaunchAction({String buildConfiguration = 'Debug', bool allowLocationSimulation = true})
factory

Properties

additionalOptions AdditionalOptions
getter/setter pair
allowLocationSimulation bool?
Whether or not to allow GPS location simulation when launching this target.
getter/setter pair
buildableProductRunnable BuildableProductRunnable
The BuildReference to launch when executing the Launch Action
getter/setter pair
buildConfiguration String?
The build configuration associated with this action (usually either 'Debug' or 'Release').
getter/setter pairinherited
commandLineArguments CommandLineArguments
The CommandLineArguments that will be passed at app launch
getter/setter pair
disableMainThreadChecker bool?
Whether this Build Action should disable detection of UI API misuse from background threads
getter/setter pair
environmentVariables EnvironmentVariables
The EnvironmentVariables that will be defined at app launch
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
launchAutomaticallySubstyle String?
The launch automatically substyle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopOnEveryMainThreadCheckerIssue bool?
Whether UI API misuse from background threads detection should pause execution.
getter/setter pair

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