SonarrEpisodeFile constructor

SonarrEpisodeFile({
  1. int? seriesId,
  2. int? seasonNumber,
  3. String? relativePath,
  4. String? path,
  5. int? size,
  6. DateTime? dateAdded,
  7. String? sceneName,
  8. SonarrEpisodeFileQuality? quality,
  9. SonarrEpisodeFileLanguage? language,
  10. SonarrEpisodeFileMediaInfo? mediaInfo,
  11. String? originalFilePath,
  12. bool? qualityCutoffNotMet,
  13. int? id,
})

Implementation

SonarrEpisodeFile({
    this.seriesId,
    this.seasonNumber,
    this.relativePath,
    this.path,
    this.size,
    this.dateAdded,
    this.sceneName,
    this.quality,
    this.language,
    this.mediaInfo,
    this.originalFilePath,
    this.qualityCutoffNotMet,
    this.id,
});