BuildResults class abstract

The group of BuildResults for a single build done by the daemon.

Since the daemon can build multiple targets in parallel, the results are grouped together.

Build results will only be provided if the client has registered a target that was built.

Constructors

BuildResults([void updates(BuildResultsBuilder b)])
factory

Properties

changedAssets → BuiltList<Uri>?
A list of asset URIs that were modified since the last build.
no setter
hashCode int
The hash code for this object.
no setterinherited
results → BuiltList<BuildResult>
no setter
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
rebuild(dynamic updates(BuildResultsBuilder)) BuildResults
Rebuilds the instance.
inherited
toBuilder() BuildResultsBuilder
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<BuildResults>
no setter