EmissionsGramsPerPax class
Grouped emissions per seating class results.
Constructors
- EmissionsGramsPerPax({int? business, int? economy, int? first, })
- EmissionsGramsPerPax.fromJson(Map json_)
Properties
- business ↔ int?
-
Emissions for one passenger in business class in grams.
getter/setter pair
- economy ↔ int?
-
Emissions for one passenger in economy class in grams.
getter/setter pair
- first ↔ int?
-
Emissions for one passenger in first class in grams.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
Emissions for one passenger in premium economy class in grams.
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