WallpaperRotationConfigData constructor
WallpaperRotationConfigData({
- List<
RotationSourceData?> ? sources, - WallpaperTargetData? target,
- int? intervalMinutes,
- bool? enableIntervalTrigger,
- bool? enableChargingTrigger,
- bool? enableTimeOfDayTrigger,
- int? activeHoursStart,
- int? activeHoursEnd,
- RotationOrderData? orderType,
Implementation
WallpaperRotationConfigData({
this.sources,
this.target,
this.intervalMinutes,
this.enableIntervalTrigger,
this.enableChargingTrigger,
this.enableTimeOfDayTrigger,
this.activeHoursStart,
this.activeHoursEnd,
this.orderType,
});