ProfileAction class

Inheritance

Constructors

ProfileAction({String buildConfiguration = 'Release', bool shouldUseLaunchSchemeArgsEnv = true})
factory

Properties

buildableProductRunnable BuildableProductRunnable
The BuildableProductRunnable to launch when launching the Profile action
getter/setter pair
buildConfiguration String?
The build configuration associated with this action (usually either 'Debug' or 'Release').
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldUseLaunchSchemeArgsEnv bool?
Whether this Profile Action should use the same arguments and environment variables as the Launch Action.
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