ShowEpisodeProgress constructor

ShowEpisodeProgress(
  1. int number,
  2. bool completed,
  3. String? collectedAt
)

Implementation

ShowEpisodeProgress(this.number, this.completed, this.collectedAt);