SonarrSeriesAlternateTitle class

Model for series' alternate title from Sonarr.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SonarrSeriesAlternateTitle({String? title, int? sceneSeasonNumber, int? seasonNumber})
SonarrSeriesAlternateTitle.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a SonarrSeriesAlternateTitle object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sceneSeasonNumber int?
Scene season number associated with this title (Mainly used in anime series)
getter/setter pair
seasonNumber int?
Season number associated with this title
getter/setter pair
title String?
Title of the alternate title
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a SonarrSeriesAlternateTitle object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

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