WallpaperRotationStatusData constructor

WallpaperRotationStatusData({
  1. bool? isRunning,
  2. int? nextRunEpochMs,
  3. int? currentIndex,
  4. int? cachedCount,
  5. int? totalCount,
  6. String? lastError,
  7. int? effectiveIntervalMinutes,
})

Implementation

WallpaperRotationStatusData({
  this.isRunning,
  this.nextRunEpochMs,
  this.currentIndex,
  this.cachedCount,
  this.totalCount,
  this.lastError,
  this.effectiveIntervalMinutes,
});