SonarrSeries constructor

SonarrSeries({
  1. String? title,
  2. List<SonarrSeriesAlternateTitle>? alternateTitles,
  3. String? sortTitle,
  4. int? seasonCount,
  5. int? totalEpisodeCount,
  6. int? episodeCount,
  7. int? episodeFileCount,
  8. int? sizeOnDisk,
  9. String? status,
  10. String? overview,
  11. DateTime? nextAiring,
  12. DateTime? previousAiring,
  13. String? network,
  14. String? airTime,
  15. List<SonarrSeriesImage>? images,
  16. List<SonarrSeriesSeason>? seasons,
  17. int? year,
  18. String? path,
  19. int? profileId,
  20. int? languageProfileId,
  21. bool? seasonFolder,
  22. bool? monitored,
  23. bool? useSceneNumbering,
  24. int? runtime,
  25. int? tvMazeId,
  26. int? tvRageId,
  27. int? tvdbId,
  28. DateTime? firstAired,
  29. DateTime? lastInfoSync,
  30. SonarrSeriesType? seriesType,
  31. String? cleanTitle,
  32. String? imdbId,
  33. String? titleSlug,
  34. String? certification,
  35. List<String>? genres,
  36. List<int>? tags,
  37. DateTime? added,
  38. SonarrSeriesRating? ratings,
  39. int? qualityProfileId,
  40. int? id,
})

Implementation

SonarrSeries({
    this.title,
    this.alternateTitles,
    this.sortTitle,
    this.seasonCount,
    this.totalEpisodeCount,
    this.episodeCount,
    this.episodeFileCount,
    this.sizeOnDisk,
    this.status,
    this.overview,
    this.nextAiring,
    this.previousAiring,
    this.network,
    this.airTime,
    this.images,
    this.seasons,
    this.year,
    this.path,
    this.profileId,
    this.languageProfileId,
    this.seasonFolder,
    this.monitored,
    this.useSceneNumbering,
    this.runtime,
    this.tvMazeId,
    this.tvRageId,
    this.tvdbId,
    this.firstAired,
    this.lastInfoSync,
    this.seriesType,
    this.cleanTitle,
    this.imdbId,
    this.titleSlug,
    this.certification,
    this.genres,
    this.tags,
    this.added,
    this.ratings,
    this.qualityProfileId,
    this.id,
});