TankerkoenigStationOpeningTimeOpenClose constructor

TankerkoenigStationOpeningTimeOpenClose(
  1. String open,
  2. String close
)

Implementation

TankerkoenigStationOpeningTimeOpenClose(
  this.open,
  this.close,
);