RadarrMovieAlternateTitles class

Store details about alternate titles available for a movie.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

RadarrMovieAlternateTitles({String? sourceType, int? movieId, String? title, int? sourceId, int? votes, int? voteCount, RadarrLanguage? language, int? id})
RadarrMovieAlternateTitles.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrMovieAlternateTitles object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
language RadarrLanguage?
getter/setter pair
movieId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId int?
getter/setter pair
sourceType String?
getter/setter pair
title String?
getter/setter pair
voteCount int?
getter/setter pair
votes int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a RadarrMovieAlternateTitles 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