SonarrEpisodeFileQualityRevision class

Model for an episode file's quality profile's revision from Sonarr.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SonarrEpisodeFileQualityRevision({int? version, int? real, bool? isRepack})
SonarrEpisodeFileQualityRevision.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a SonarrEpisodeFileQualityRevision object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isRepack bool?
Is the file source a repack?
getter/setter pair
real int?
Real (?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
Version of the file
getter/setter pair

Methods

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