BuildActionEntry class

Constructors

BuildActionEntry({bool buildForAnalyzing = false, bool buildForArchiving = false, bool buildForProfiling = false, bool buildForRunning = false, bool buildForTesting = false})
factory

Properties

buildableReferences Set<BuildableReference>
The list of BuildableReferences this entry will build.
no setter
buildForAnalyzing bool?
Whether or not to build this target when building for Analyzing
getter/setter pair
buildForArchiving bool?
Whether or not to build this target when building for Archiving
getter/setter pair
buildForProfiling bool?
Whether or not to build this target when building for Profiling
getter/setter pair
buildForRunning bool?
Whether or not to build this target when building for Running
getter/setter pair
buildForTesting bool?
Whether or not to build this target when building for Testing
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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