TheMovieImageBackdrops constructor

TheMovieImageBackdrops({
  1. num? aspectRatio,
  2. int? height,
  3. String? iso6391,
  4. String? filePath,
  5. num? voteAverage,
  6. int? voteCount,
  7. int? width,
})

Implementation

TheMovieImageBackdrops(
    {this.aspectRatio,
    this.height,
    this.iso6391,
    this.filePath,
    this.voteAverage,
    this.voteCount,
    this.width});