RadarrSystemStatus.fromJson constructor

RadarrSystemStatus.fromJson(
  1. Map<String, dynamic> json
)

Deserialize a JSON map to a RadarrSystemStatus object.

Implementation

factory RadarrSystemStatus.fromJson(Map<String, dynamic> json) => _$RadarrSystemStatusFromJson(json);