BuildTarget class

Annotations
  • @JsonSerializable()

Constructors

BuildTarget({bool? autoApplyBuilders, InputSet? sources, Iterable<String>? dependencies, Map<String, TargetBuilderConfig>? builders})
BuildTarget.fromJson(Map json)
factory

Properties

autoApplyBuilders bool
final
builders Map<String, TargetBuilderConfig>
A map from builder key to the configuration used for this target.
final
dependencies List<String>
final
hashCode int
The hash code for this object.
no setterinherited
key String
A unique key for this target in '$package:$target' format.
no setter
package String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources InputSet
final

Methods

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

Operators

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