RadarrMovieCredits constructor

RadarrMovieCredits({
  1. String? personName,
  2. String? creditTmdbId,
  3. int? personTmdbId,
  4. int? movieId,
  5. List<RadarrImage>? images,
  6. String? character,
  7. String? department,
  8. String? job,
  9. int? order,
  10. RadarrCreditType? type,
  11. int? id,
})

Implementation

RadarrMovieCredits({
    this.personName,
    this.creditTmdbId,
    this.personTmdbId,
    this.movieId,
    this.images,
    this.character,
    this.department,
    this.job,
    this.order,
    this.type,
    this.id,
});