FinalizedAssetsView class

A lazily computed view of all the assets available after a build.

Note that this class has a limited lifetime during which it is available, and should not be used outside of the scope in which it is given. It will throw a StateError if you attempt to use it once it has expired.

Constructors

FinalizedAssetsView(AssetGraph _assetGraph, PackageGraph _packageGraph, OptionalOutputTracker _optionalOutputTracker)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allAssets({String? rootDir}) List<AssetId>
markExpired() → void
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