BuildOutput class
- Inheritance
-
- Object
- HookOutput
- BuildOutput
- Available extensions
Constructors
-
BuildOutput(Map<
String, Object?> json) -
Creates a BuildOutput from the given
json
.
Properties
-
codeAssets
→ List<
CodeAsset> -
Available on BuildOutput, provided by the CodeAssetBuildOutput extension
The code assets emitted by the build hook.no setter -
dataAssets
→ List<
DataAsset> -
Available on BuildOutput, provided by the DataAssetBuildOutput extension
no setter -
dependencies
→ List<
Uri> -
The files used by this build.
finalinherited
-
encodedAssets
→ List<
EncodedAsset> -
The assets produced by this build.
final
-
encodedAssetsForLinking
→ Map<
String, List< EncodedAsset> > -
The assets produced by this build which should be linked.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
json
→ Map<
String, Object?> -
The underlying json configuration of this HookOutput.
finalinherited
- metadata → Metadata
-
Metadata passed to dependent build hook invocations.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
Start time for the build of this output.
finalinherited
- version → Version
-
The version of the HookConfig.
finalinherited
Methods
-
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