FuelOptions constructor

FuelOptions({
  1. List<FuelPrice>? fuelPrices,
})

Implementation

FuelOptions({
  this.fuelPrices,
});