CreditsParams constructor

CreditsParams({
  1. required int movieId,
})

movieId : Id of the movie

Implementation

CreditsParams({
  required this.movieId,
});