ReleaseDatesParams constructor

ReleaseDatesParams({
  1. required int movieId,
})

movieId : Id of the movie

Implementation

ReleaseDatesParams({
  required this.movieId,
});