QuerySchedule constructor

QuerySchedule({
  1. Date? endDate,
  2. String? frequency,
  3. String? nextRunTimezoneCode,
  4. Date? startDate,
})

Implementation

QuerySchedule({
  this.endDate,
  this.frequency,
  this.nextRunTimezoneCode,
  this.startDate,
});