$FeedSchedule constructor

$FeedSchedule({
  1. String? repeatValue,
  2. bool? scheduleEnabled,
  3. String? startHour,
  4. String? startMinute,
  5. String? timeZone,
})

Implementation

$FeedSchedule({
  this.repeatValue,
  this.scheduleEnabled,
  this.startHour,
  this.startMinute,
  this.timeZone,
});