SonarrSeriesImage class

Model for a series' image from Sonarr.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SonarrSeriesImage({String? coverType, String? url, String? remoteUrl})
SonarrSeriesImage.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a SonarrSeriesImage object.
factory

Properties

coverType String?
Type of image (banner, poster, etc.)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
remoteUrl String?
Remote URL to the image
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
Direct URL to the image
getter/setter pair

Methods

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