EmissionsMetadata class

All additional metadata.

Constructors

EmissionsMetadata({EasaLabelMetadata? easaLabelMetadata, EmissionsProvenance? emissionsProvenance, String? timWebsiteEmissionsCalculatorUrl})
EmissionsMetadata.fromJson(Map json_)

Properties

easaLabelMetadata EasaLabelMetadata?
Metadata about the EASA Flight Emissions Label.
getter/setter pair
emissionsProvenance EmissionsProvenance?
Details about the provenance of data used to calculate the emissions data, including the contributing factors with their data sources.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timWebsiteEmissionsCalculatorUrl String?
Link to the travelimpactmodel.org Emissions Calculator website.
getter/setter pair

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