BusCalendarDates constructor

BusCalendarDates(
  1. {String serviceId,
  2. String date,
  3. String exceptionType}
)

Implementation

BusCalendarDates({
  this.serviceId,
  this.date,
  this.exceptionType
});