TankerkoenigStationFuel constructor

TankerkoenigStationFuel(
  1. String category,
  2. String name,
  3. double price,
  4. TankerkoenigStationFuelLastChange lastChange,
)

Implementation

TankerkoenigStationFuel(
  this.category,
  this.name,
  this.price,
  this.lastChange,
);