VideosParams constructor

VideosParams({
  1. required int movieId,
})

movieId : Id of the movie

Implementation

VideosParams({
  required this.movieId,
});