RadarrQualityDefinition class

Store details about a quality definition.

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

Constructors

RadarrQualityDefinition({RadarrQuality? quality, String? title, int? weight, double? minSize, double? maxSize, double? preferredSize, int? id})
RadarrQualityDefinition.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrQualityDefinition object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
maxSize double?
getter/setter pair
minSize double?
getter/setter pair
preferredSize double?
getter/setter pair
quality RadarrQuality?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
weight int?
getter/setter pair

Methods

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