ExternalIdsParams constructor

ExternalIdsParams({
  1. required int movieId,
})

movieId : Id of the movie

Implementation

ExternalIdsParams({
  required this.movieId,
});