Metadata class

Other properties of the build.

Constructors

Metadata({String? buildFinishedOn, String? buildInvocationId, String? buildStartedOn, Completeness? completeness, bool? reproducible})
Metadata.fromJson(Map _json)

Properties

buildFinishedOn String?
The timestamp of when the build completed.
getter/setter pair
buildInvocationId String?
Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis.
getter/setter pair
buildStartedOn String?
The timestamp of when the build started.
getter/setter pair
completeness Completeness?
Indicates that the builder claims certain fields in this message to be complete.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reproducible bool?
If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited