ScrobbleResponse constructor

ScrobbleResponse(
  1. int id,
  2. String action,
  3. double progress,
  4. CheckInSharing sharing,
  5. Movie? movie,
  6. Episode? episode,
  7. Show? show,
)

Implementation

ScrobbleResponse(this.id, this.action, this.progress, this.sharing,
    this.movie, this.episode, this.show);