MovieFilters constructor
MovieFilters({})
Implementation
MovieFilters({
this.page,
this.language,
this.primaryReleaseDateGte,
this.primaryReleaseDateLte,
this.withGenres,
this.withCast,
this.persons,
});