FuelType enum

Defines possible fuel types provided by a fuel station.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Values

diesel → const FuelType

Diesel fuel type.

lpg → const FuelType

Liquified petroleum gas fuel type.

bioDiesel → const FuelType

Bio-Diesel fuel type.

cng → const FuelType

Compressed natural gas fuel type.

dieselWithAdditives → const FuelType

Diesel with additives fuel type.

e10 → const FuelType

10% Ethanol and 90% Gasoline fuel type.

e20 → const FuelType

20% Ethanol and 80% Gasoline fuel type.

e85 → const FuelType

85% Ethanol and 15% Gasoline fuel type.

ethanol → const FuelType

Ethanol fuel type.

ethanolWithAdditives → const FuelType

Ethanol with additives fuel type.

gasoline → const FuelType

Gasoline fuel type.

gasohol91 → const FuelType

Gasohol 91 fuel type.

gasohol95 → const FuelType

Gasohol 95 fuel type.

hvo → const FuelType

Hydrotreated vegetable oil fuel type.

hydrogen → const FuelType

Hydrogen fuel type.

lng → const FuelType

Liquefied natural gas fuel type.

midgrade → const FuelType

Midgrade fuel type.

premium → const FuelType

Premium fuel type.

premiumWithAdditives → const FuelType

Premium with additives fuel type.

regular → const FuelType

Regular fuel type.

regularWithAdditives → const FuelType

Regular with additives fuel type.

octane87 → const FuelType

Octane 87 fuel type.

octane89 → const FuelType

Octane 89 fuel type.

octane90 → const FuelType

Octane 90 fuel type.

octane91 → const FuelType

Octane 91 fuel type.

octane92 → const FuelType

Octane 92 fuel type.

octane93 → const FuelType

Octane 93 fuel type.

octane95 → const FuelType

Octane 95 fuel type.

octane98 → const FuelType

Octane 98 fuel type.

octane100 → const FuelType

Octane 100 fuel type.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<FuelType>
A constant List of the values in this enum, in order of their declaration.