LinkOutput class
- Inheritance
-
- Object
- HookOutput
- LinkOutput
- Available extensions
Constructors
-
LinkOutput(Map<
String, Object?> json) -
Creates a BuildOutput from the given
json
.
Properties
-
dependencies
→ List<
Uri> -
The files used by this build.
finalinherited
-
encodedAssets
→ List<
EncodedAsset> -
The assets produced by this build.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
json
→ Map<
String, Object?> -
The underlying json configuration of this HookOutput.
finalinherited
- 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