RadarrMovieFile class

Model for a movies' file information

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

Constructors

RadarrMovieFile({int? movieId, String? relativePath, String? path, int? size, DateTime? dateAdded, RadarrMovieFileQuality? quality, List<RadarrCustomFormat>? customFormats, RadarrMovieFileMediaInfo? mediaInfo, bool? qualityCutoffNotMet, List<RadarrLanguage>? languages, String? edition, int? id})
RadarrMovieFile.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrMovieFile object.
factory

Properties

customFormats List<RadarrCustomFormat>?
getter/setter pair
dateAdded DateTime?
getter/setter pair
edition String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
languages List<RadarrLanguage>?
getter/setter pair
mediaInfo RadarrMovieFileMediaInfo?
getter/setter pair
movieId int?
getter/setter pair
path String?
getter/setter pair
quality RadarrMovieFileQuality?
getter/setter pair
qualityCutoffNotMet bool?
getter/setter pair
relativePath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size 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 RadarrMovieFile 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