new EFuelType()
This class provides static methods that return different types of fuel. Each method represents a unique fuel type.
- Source
Example
```javascript
let fuelType = gem.routesAndNavigation.EFuelType.FT_Petrol;
console.log(fuelType); // Outputs: FT_Petrol
```