fuelPrices property

List<FuelPrice>? fuelPrices
final

The last known fuel price for each type of fuel this station has. There is one entry per fuel type this station has. Order is not important.

Implementation

final List<FuelPrice>? fuelPrices;