BuildTargetRequest class Null safety
Registers a build target to be built by the daemon.
Note this does not trigger a build.
- Implemented types
Constructors
- BuildTargetRequest([dynamic updates(BuildTargetRequestBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- target → BuildTarget
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rebuild(
dynamic updates(BuildTargetRequestBuilder)) → BuildTargetRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → BuildTargetRequestBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
BuildTargetRequest> -
read-only