TheMoviePersonKnownFor constructor

TheMoviePersonKnownFor({
  1. String? posterPath,
  2. bool? adult,
  3. String? overview,
  4. String? releaseDate,
  5. String? originalTitle,
  6. List<int>? genreIds,
  7. int? id,
  8. String? mediaType,
  9. String? originalLanguage,
  10. String? title,
  11. String? backdropPath,
  12. num? popularity,
  13. int? voteCount,
  14. bool? video,
  15. num? voteAverage,
})

Implementation

TheMoviePersonKnownFor(
    {this.posterPath,
    this.adult,
    this.overview,
    this.releaseDate,
    this.originalTitle,
    this.genreIds,
    this.id,
    this.mediaType,
    this.originalLanguage,
    this.title,
    this.backdropPath,
    this.popularity,
    this.voteCount,
    this.video,
    this.voteAverage});