Season class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Season(int number, Ids ids, String? title, String? overview, String? network, double? rating, int? votes, int? episodeCount, int? airedEpisodes, String? firstAired, String? updatedAt)
Season.fromJson(Map<String, dynamic> json)
factory

Properties

airedEpisodes int?
final
episodeCount int?
final
firstAired String?
final
hashCode int
The hash code for this object.
no setterinherited
ids Ids
final
metadata Map<String, dynamic>
no setter
network String?
final
number int
final
overview String?
final
rating double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
updatedAt String?
final
votes 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) Season