PlaylistSchedules constructor

PlaylistSchedules({
  1. String? label,
  2. int? days,
  3. int? dateStart,
  4. int? dateStop,
  5. int? hourStart,
  6. int? hourStop,
  7. int? scheduleId,
})

Implementation

PlaylistSchedules({
  this.label,
  this.days,
  this.dateStart,
  this.dateStop,
  this.hourStart,
  this.hourStop,
  this.scheduleId,
});