RadarrExtraFile class

Model for a movies' extra file information from Radarr.

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

Constructors

RadarrExtraFile({int? movieId, int? movieFileId, String? relativePath, String? extension, String? type, int? id})
RadarrExtraFile.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrExtraFile object.
factory

Properties

extension String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
movieFileId int?
getter/setter pair
movieId int?
getter/setter pair
relativePath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair

Methods

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