TimeFrames constructor

TimeFrames({
  1. required int timeFrame,
  2. required int booking,
})

Implementation

TimeFrames({required this.timeFrame, required this.booking});