WallpaperRotationConfigData constructor

WallpaperRotationConfigData({
  1. List<RotationSourceData?>? sources,
  2. int? target,
  3. int? intervalMinutes,
  4. bool? enableIntervalTrigger,
  5. bool? enableChargingTrigger,
  6. bool? enableTimeOfDayTrigger,
  7. int? activeHoursStart,
  8. int? activeHoursEnd,
  9. int? orderType,
})

Implementation

WallpaperRotationConfigData({
  this.sources,
  this.target,
  this.intervalMinutes,
  this.enableIntervalTrigger,
  this.enableChargingTrigger,
  this.enableTimeOfDayTrigger,
  this.activeHoursStart,
  this.activeHoursEnd,
  this.orderType,
});