EmissionsProvenanceEntry class
Details about a single contributing factor in emissions calculations.
Each entry represents a single factor where provenance_entry_type acts as
the key identifying the factor, and the other fields describe it and may or
may not be populated.
Constructors
- EmissionsProvenanceEntry({double? cargoMassFractionData, String? cargoMassFractionT100Strategy, String? dataCategory, String? distanceAdjustmentStrategy, int? estimatedFlightDistanceKm, String? fuelBurnEeaStrategy, String? loadFactorsChAviationStrategy, double? loadFactorsData, String? loadFactorsT100Strategy, String? provenanceEntryType, String? seatAreaRatioIataStrategy, String? source, String? sourceVersion})
- EmissionsProvenanceEntry.fromJson(Map json_)
Properties
- cargoMassFractionData ↔ double?
-
The cargo mass fraction value.
getter/setter pair
- cargoMassFractionT100Strategy ↔ String?
-
Strategy for T100 cargo mass fraction.
getter/setter pair
- dataCategory ↔ String?
-
Data category of the data source.
getter/setter pair
- distanceAdjustmentStrategy ↔ String?
-
Strategy for distance adjustment.
getter/setter pair
- estimatedFlightDistanceKm ↔ int?
-
The estimated distance flown in CCD flight phase in kilometers value
calculated using the distance adjustment factor (DAF).
getter/setter pair
- fuelBurnEeaStrategy ↔ String?
-
Strategy for EEA fuel burn.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadFactorsChAviationStrategy ↔ String?
-
Strategy for CH Aviation load factors.
getter/setter pair
- loadFactorsData ↔ double?
-
The load factors data value.
getter/setter pair
- loadFactorsT100Strategy ↔ String?
-
Strategy for T100 load factors.
getter/setter pair
- provenanceEntryType ↔ String?
-
The type of the provenance entry.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seatAreaRatioIataStrategy ↔ String?
-
Strategy for IATA seat area ratios.
getter/setter pair
- source ↔ String?
-
The source of the data.
getter/setter pair
- sourceVersion ↔ String?
-
The version of the source data.
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