BuildOutput class
- Inheritance
-
- Object
- HookOutput
- BuildOutput
Constructors
-
BuildOutput.new(Map<
String, Object?> json) -
Creates a BuildOutput from the given
json
.
Properties
- assets → BuildOutputAssets
-
no setter
-
dependencies
→ List<
Uri> -
The files used by this build.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
json
→ Map<
String, Object?> -
The underlying json configuration of this HookOutput.
no setterinherited
- metadata → Metadata
-
Metadata passed to dependent build hook invocations.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
Start time for the build of this output.
no setterinherited
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