PlaybackProgress constructor

PlaybackProgress(
  1. int id,
  2. double progress,
  3. String type,
  4. Movie? movie,
  5. Episode? episode,
  6. Show? show,
  7. String pausedAt,
)

Implementation

PlaybackProgress(this.id, this.progress, this.type, this.movie, this.episode,
    this.show, this.pausedAt);