TankerkoenigStationOpeningTime constructor

TankerkoenigStationOpeningTime(
  1. List<String> days,
  2. List<TankerkoenigStationOpeningTimeOpenClose> times
)

Implementation

TankerkoenigStationOpeningTime(
  this.days,
  this.times,
);