BusCalendar constructor

BusCalendar(
  1. {String serviceId,
  2. String monday,
  3. String tuesday,
  4. String wednesday,
  5. String thursday,
  6. String friday,
  7. String saturday,
  8. String sunday,
  9. String startDate,
  10. String endDate}
)

Implementation

BusCalendar ({
  this.serviceId,
  this.monday,
  this.tuesday,
  this.wednesday,
  this.thursday,
  this.friday,
  this.saturday,
  this.sunday,
  this.startDate,
  this.endDate
});