AttributesFeatureItem constructor
AttributesFeatureItem({
- String? title,
- String? originalTitle,
- int? imdbId,
- int? tmdbId,
- String? featureId,
- String? year,
- List<
String> ? titleAka, - SubtitlesCounts? subtitlesCounts,
- String? url,
- String? imgUrl,
- List<
Seasons> ? seasons, - int? seasonsCount,
- String? parentTitle,
- int? seasonNumber,
- int? episodeNumber,
- int? parentImdbId,
- 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,
});