EmissionsProvenance class
Information about the provenance of the data used to calculate emissions estimates, including contributing factors and their data sources.
In provenance_entries, provenance_entry_type acts as the "key"
identifying the contributing factor, and there is always only one entry per
entry type. The remaining fields in each entry describe that specific entry
type and may or may not be populated depending on the contributing factor
and available data.
Constructors
-
EmissionsProvenance({List<
EmissionsProvenanceEntry> ? provenanceEntries}) - EmissionsProvenance.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
provenanceEntries
↔ List<
EmissionsProvenanceEntry> ? -
All contributing factors used to calculate emissions.
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