MovieSearchSettings class

Movie search settings

Inheritance
Implementers

Constructors

MovieSearchSettings({String? query, String? language, bool? includeAdult, String? region, int? year, int? primaryReleaseYear, QualitySettings? quality})
const

Properties

firstAirDateYear int?
Filter and only include TV shows that have a original air date year that equal to the specified value. Can be used in conjunction with the "include_null_first_air_dates" filter if you want to include items with no air date.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
includeAdult bool?
A filter and include or exclude adult movies.
finalinherited
language String?
Specify a language to query translatable fields with.
finalinherited
primaryReleaseYear int?
A filter to limit the results to a specific primary release year.
finalinherited
quality QualitySettings?
Quality settings
finalinherited
query String?
Search query
finalinherited
region String?
Use the ISO-3166-1 code to filter the providers that are available in a particular country.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int?
A filter to limit the results to a specific year (looking at all release dates).
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited