RadarrHealthCheck class

Model for health check details from Radarr.

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

Constructors

RadarrHealthCheck({String? source, RadarrHealthCheckType? type, String? message, String? wikiUrl})
RadarrHealthCheck.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrHealthCheck object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
getter/setter pair
type RadarrHealthCheckType?
getter/setter pair
wikiUrl String?
getter/setter pair

Methods

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