TheMovieCrew constructor

TheMovieCrew({
  1. bool? adult,
  2. int? gender,
  3. int? id,
  4. String? knownForDepartment,
  5. String? name,
  6. String? originalName,
  7. num? popularity,
  8. dynamic profilePath,
  9. String? creditId,
  10. String? department,
  11. String? job,
})

Implementation

TheMovieCrew(
    {this.adult,
    this.gender,
    this.id,
    this.knownForDepartment,
    this.name,
    this.originalName,
    this.popularity,
    this.profilePath,
    this.creditId,
    this.department,
    this.job});