WatchedEpisode constructor

WatchedEpisode(
  1. int number,
  2. int plays,
  3. String lastWatchedAt
)

Implementation

WatchedEpisode(this.number, this.plays, this.lastWatchedAt);