Scope3FlightEmissions class

Scope 3 flight with emission estimates.

Constructors

Scope3FlightEmissions({Scope3FlightSegment? flight, String? source, String? ttwEmissionsGramsPerPax, String? wttEmissionsGramsPerPax, String? wtwEmissionsGramsPerPax})
Scope3FlightEmissions.fromJson(Map json_)

Properties

flight Scope3FlightSegment?
Matches the flight identifiers in the request.
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
source String?
The source of the emissions data.
getter/setter pair
ttwEmissionsGramsPerPax String?
Tank-to-wake flight emissions per passenger based on the requested info.
getter/setter pair
wttEmissionsGramsPerPax String?
Well-to-tank flight emissions per passenger based on the requested info.
getter/setter pair
wtwEmissionsGramsPerPax String?
Total flight emissions (sum of well-to-tank and tank-to-wake) per passenger based on the requested info.
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