TvDiscoverSettings class

Inheritance

Constructors

TvDiscoverSettings({Date? airDateGTE, Date? airDateLTE, Date? firstAirDateGTE, Date? firstAirDateLTE, int? firstAirDateYear, bool? includeAdult, String? language, SortBy? sortBy, String? timezone, int? voteCountGTE, int? voteAverageGTE, List<int>? withCompanies, List<int>? withGenres, List<int>? withKeywords, List<int>? withNetworks, QualitySettings quality = const QualitySettings()})
const

Properties

airDateGTE Date?
Filter and only include TV shows that have a air date (by looking at all episodes) that is greater or equal to the specified value.
final
airDateLTE Date?
Filter and only include TV shows that have a air date (by looking at all episodes) that is less than or equal to the specified value.
final
firstAirDateGTE Date?
Filter and only include TV shows that have a original air date that is greater or 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.
final
firstAirDateLTE Date?
Filter and only include TV shows that have a original air date that is less than or 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.
final
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
sortBy SortBy?
Choose from one of the many available sort options.
final
timezone String?
Used in conjunction with the air_date.gte/lte filter to calculate the proper UTC offset.
final
voteAverageGTE int?
Filter and only include movies that have a rating that is greater or equal to the specified value.
final
voteCountGTE int?
Filter and only include movies that have a rating that is less than or equal to the specified value.
final
withCompanies List<int>?
A comma separated list of production company ID's. Only include movies that have one of the ID's added as a production company.
final
withGenres List<int>?
Comma separated value of genre ids that you want to exclude from the results.
final
withKeywords List<int>?
Exclude items with certain keywords. You can comma and pipe seperate these values to create an 'AND' or 'OR' logic.
final
withNetworks List<int>?
Comma separated value of network ids that you want to include in the results.
final
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>
override
toString() String
A string representation of this object.
inherited

Operators

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