XTremeCodeSeriesInfo class

Represents the information about a series in Xtream Code.

Annotations
  • @JsonSerializable.new()

Constructors

XTremeCodeSeriesInfo({required List<XTremeCodeSeason>? seasons, required XTremeCodeInfo info, required Map<String, List<XTremeCodeEpisode>>? episodes})
Creates a new instance of XTremeCodeSeriesInfo.
XTremeCodeSeriesInfo.fromJson(Map<String, dynamic> json)
Creates a new instance of XTremeCodeSeriesInfo from a JSON object.
factory

Properties

episodes Map<String, List<XTremeCodeEpisode>>?
The episodes of the series, grouped by season.
final
hashCode int
The hash code for this object.
no setterinherited
info XTremeCodeInfo
The information about the series.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasons List<XTremeCodeSeason>?
The seasons of the series.
final

Methods

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

Operators

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