AttributesFeatureItem constructor

AttributesFeatureItem({
  1. String? title,
  2. String? originalTitle,
  3. int? imdbId,
  4. int? tmdbId,
  5. String? featureId,
  6. String? year,
  7. List<String>? titleAka,
  8. SubtitlesCounts? subtitlesCounts,
  9. String? url,
  10. String? imgUrl,
  11. List<Seasons>? seasons,
  12. int? seasonsCount,
  13. String? parentTitle,
  14. int? seasonNumber,
  15. int? episodeNumber,
  16. int? parentImdbId,
  17. String? featureType,
})

Implementation

AttributesFeatureItem({
  this.title,
  this.originalTitle,
  this.imdbId,
  this.tmdbId,
  this.featureId,
  this.year,
  this.titleAka,
  this.subtitlesCounts,
  this.url,
  this.imgUrl,
  this.seasons,
  this.seasonsCount,
  this.parentTitle,
  this.seasonNumber,
  this.episodeNumber,
  this.parentImdbId,
  this.featureType,
});