TheMoviePersonCredit constructor

TheMoviePersonCredit({
  1. List<TheMoviePersonCast>? cast,
  2. List<TheMoviePersonCrew>? crew,
  3. int? id,
})

Implementation

TheMoviePersonCredit({this.cast, this.crew, this.id});