TankerkoenigStationFuelLastChange constructor

TankerkoenigStationFuelLastChange(
  1. DateTime timestamp,
  2. double amount
)

Implementation

TankerkoenigStationFuelLastChange(
  this.timestamp,
  this.amount,
);