SonarrRelease constructor

SonarrRelease({
  1. String? guid,
  2. SonarrEpisodeFileQuality? quality,
  3. int? qualityWeight,
  4. int? age,
  5. double? ageHours,
  6. double? ageMinutes,
  7. int? size,
  8. int? indexerId,
  9. String? indexer,
  10. String? releaseGroup,
  11. String? releaseHash,
  12. String? title,
  13. bool? fullSeason,
  14. int? seasonNumber,
  15. String? seriesTitle,
  16. List<int>? episodeNumbers,
  17. List<int>? absoluteEpisodeNumbers,
  18. bool? approved,
  19. bool? temporarilyRejected,
  20. bool? rejected,
  21. int? tvdbId,
  22. int? tvRageId,
  23. List<String>? rejections,
  24. DateTime? publishDate,
  25. String? commentUrl,
  26. String? downloadUrl,
  27. String? infoUrl,
  28. bool? downloadAllowed,
  29. int? releaseWeight,
  30. String? protocol,
  31. bool? isDaily,
  32. bool? isAbsoluteNumbering,
  33. bool? isPossibleSpecialEpisode,
  34. bool? special,
  35. int? leechers,
  36. int? seeders,
})

Implementation

SonarrRelease({
    this.guid,
    this.quality,
    this.qualityWeight,
    this.age,
    this.ageHours,
    this.ageMinutes,
    this.size,
    this.indexerId,
    this.indexer,
    this.releaseGroup,
    this.releaseHash,
    this.title,
    this.fullSeason,
    this.seasonNumber,
    this.seriesTitle,
    this.episodeNumbers,
    this.absoluteEpisodeNumbers,
    this.approved,
    this.temporarilyRejected,
    this.rejected,
    this.tvdbId,
    this.tvRageId,
    this.rejections,
    this.publishDate,
    this.commentUrl,
    this.downloadUrl,
    this.infoUrl,
    this.downloadAllowed,
    this.releaseWeight,
    this.protocol,
    this.isDaily,
    this.isAbsoluteNumbering,
    this.isPossibleSpecialEpisode,
    this.special,
    this.leechers,
    this.seeders,
});