RadarrImage class
Model for a movies' image from Radarr.
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Constructors
- RadarrImage({String? coverType, String? url, String? remoteUrl})
-
RadarrImage.fromJson(Map<
String, dynamic> json) -
Deserialize a JSON map to a RadarrImage object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serialize a RadarrImage 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