SonarrEpisodeFileQuality class

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

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SonarrEpisodeFileQuality({SonarrEpisodeFileQualityQuality? quality, SonarrEpisodeFileQualityRevision? revision})
SonarrEpisodeFileQuality.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a SonarrEpisodeFileQuality object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
quality SonarrEpisodeFileQualityQuality?
SonarrEpisodeFileQualityQuality object containing the quality profile
getter/setter pair
revision SonarrEpisodeFileQualityRevision?
SonarrEpisodeFileQualityRevision object containing the revision information
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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