Show constructor

Show(
  1. String title,
  2. int? year,
  3. Ids ids,
  4. String? overview,
  5. String? certification,
  6. String? network,
  7. String? country,
  8. String? trailer,
  9. String? homepage,
  10. String? status,
  11. String? updatedAt,
  12. String? language,
  13. int? runtime,
  14. int? votes,
  15. AirTime? airs,
  16. double? rating,
  17. List<String>? genres,
  18. String? firstAired,
  19. int? commentCount,
  20. List<String>? availableTranslations,
  21. int? airedEpisodes,
)

Implementation

Show(
    this.title,
    this.year,
    this.ids,
    this.overview,
    this.certification,
    this.network,
    this.country,
    this.trailer,
    this.homepage,
    this.status,
    this.updatedAt,
    this.language,
    this.runtime,
    this.votes,
    this.airs,
    this.rating,
    this.genres,
    this.firstAired,
    this.commentCount,
    this.availableTranslations,
    this.airedEpisodes);