TheMovieDetailBelongsToCollection constructor

TheMovieDetailBelongsToCollection({
  1. int? id,
  2. String? name,
  3. String? posterPath,
  4. String? backdropPath,
})

Implementation

TheMovieDetailBelongsToCollection(
    {this.id, this.name, this.posterPath, this.backdropPath});