EmissionsBreakdown class

Details about the various emissions portions of the total emissions_grams_per_pax value.

The value of the summed breakdowns should always equal emissions_grams_per_pax.

Constructors

EmissionsBreakdown({EmissionsGramsPerPax? ttwEmissionsGramsPerPax, EmissionsGramsPerPax? wttEmissionsGramsPerPax})
EmissionsBreakdown.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ttwEmissionsGramsPerPax EmissionsGramsPerPax?
Per-passenger tank-to-wake emission estimate numbers.
getter/setter pair
wttEmissionsGramsPerPax EmissionsGramsPerPax?
Per-passenger well-to-tank emission estimate numbers.
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