RadarrQueueStatus class
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Constructors
- RadarrQueueStatus({int? totalCount, int? count, int? unknownCount, bool? errors, bool? warnings, bool? unknownErrors, bool? unknownWarnings})
-
RadarrQueueStatus.fromJson(Map<
String, dynamic> json) -
Deserialize a JSON map to a RadarrQueueStatus object.
factory
Properties
- count ↔ int?
-
getter/setter pair
- errors ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCount ↔ int?
-
getter/setter pair
- unknownCount ↔ int?
-
getter/setter pair
- unknownErrors ↔ bool?
-
getter/setter pair
- unknownWarnings ↔ bool?
-
getter/setter pair
- warnings ↔ bool?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serialize a RadarrQueueStatus 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