TheMovieCast constructor

TheMovieCast({
  1. bool? adult,
  2. int? gender,
  3. int? id,
  4. String? knownForDepartment,
  5. String? name,
  6. String? originalName,
  7. num? popularity,
  8. String? profilePath,
  9. int? castId,
  10. String? character,
  11. String? creditId,
  12. int? order,
})

Implementation

TheMovieCast(
    {this.adult,
    this.gender,
    this.id,
    this.knownForDepartment,
    this.name,
    this.originalName,
    this.popularity,
    this.profilePath,
    this.castId,
    this.character,
    this.creditId,
    this.order});