Show class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Show(String title, int? year, Ids ids, String? overview, String? certification, String? network, String? country, String? trailer, String? homepage, String? status, String? updatedAt, String? language, int? runtime, int? votes, AirTime? airs, double? rating, List<String>? genres, String? firstAired, int? commentCount, List<String>? availableTranslations, int? airedEpisodes)
Show.fromJson(Map<String, dynamic> json)
factory

Properties

airedEpisodes int?
final
airs AirTime?
final
availableTranslations List<String>?
final
certification String?
final
commentCount int?
final
country String?
final
firstAired String?
final
genres List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
homepage String?
final
ids Ids
final
language String?
final
metadata Map<String, dynamic>
no setter
network String?
final
overview String?
final
rating double?
final
runtime int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
title String
final
trailer String?
final
updatedAt String?
final
votes int?
final
year int?
final

Methods

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

Operators

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

Static Methods

fromJsonModel(Map<String, dynamic> json) Show