AnalysisSeriesArtifact class

Artifact containing time-series data points.

Inheritance

Constructors

AnalysisSeriesArtifact({required String artifactId, required String name, required AnalysisArtifactProvenance provenance, required List<AnalysisTimePoint> points, required String unit})
AnalysisSeriesArtifact.fromJson(Map<String, dynamic> json)
Create from JSON.
factory

Properties

artifactId String
Unique artifact identifier.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
Human-readable artifact name.
finalinherited
points List<AnalysisTimePoint>
Ordered list of time-indexed data points.
final
provenance AnalysisArtifactProvenance
Provenance metadata describing origin and lineage.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AnalysisArtifactType
Type of this artifact.
finalinherited
unit String
Unit of measurement for the series values.
final

Methods

baseToJson() Map<String, dynamic>
Serialize base fields shared by all artifact types.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert to JSON. Subclasses must implement this.
override
toString() String
A string representation of this object.
inherited

Operators

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