PublicTransportIntervalSchedule constructor

const PublicTransportIntervalSchedule({
  1. int period = 0,
  2. required PublicTransportIntervalWorkingHours? workHours,
})

Implementation

const PublicTransportIntervalSchedule({
  this.period = 0,
  required this.workHours
});