TvBase class

Implementers

Constructors

TvBase({required int id, required String originalLanguage, String? backdropPath, String? posterPath, String? overview, List<int> genreIds = const [], num? popularity, int? voteCount, num? voteAverage, Date? firstAirDate, String? name, String? originalName, List<String> originCountry = const []})
TvBase.fromJson(Map<String, dynamic> map, AssetResolver assetResolver)
factory

Properties

backdropPath String?
finalinherited
firstAirDate Date?
final
genreIds List<int>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id int
finalinherited
name String
final
originalLanguage String
finalinherited
originalName String?
final
originCountry List<String>
final
overview String?
finalinherited
popularity num
finalinherited
posterPath String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voteAverage num
finalinherited
voteCount int
finalinherited

Methods

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

Operators

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

Static Methods

listFromJson(List list, AssetResolver assetResolver) List<TvBase>