Ids constructor

Ids(
  1. int? trakt,
  2. String? slug,
  3. int? tvdb,
  4. String? imdb,
  5. int? tmdb,
)

Implementation

Ids(this.trakt, this.slug, this.tvdb, this.imdb, this.tmdb);