LinkOutput class abstract final

Constructors

LinkOutput({List<AssetImpl>? assets, Dependencies? dependencies, DateTime? timestamp})
factory

Properties

assets Iterable<Asset>
The assets produced by this link.
no setter
dependencies Iterable<Uri>
The files used by this link.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
Start time for the link of this output.
no setter

Methods

addAsset(Asset asset) → void
Adds Assets produced by this link or dry run.
addAssets(Iterable<Asset> assets) → void
Adds Assets produced by this link or dry run.
addDependencies(Iterable<Uri> dependencies) → void
Adds files used by this link.
addDependency(Uri dependency) → void
Adds file used by this link.
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

Static Properties

latestVersion → Version
The version of LinkOutput.
no setter