TranslationsParams constructor

TranslationsParams({
  1. required int movieId,
})

movieId : Id of the movie

Implementation

TranslationsParams({
  required this.movieId,
});