trackedDownloadStatusFromJson static method
Converts a string to a RadarrTrackedDownloadStatus object.
Implementation
static RadarrTrackedDownloadStatus? trackedDownloadStatusFromJson(String? type) => RadarrTrackedDownloadStatus.OK.from(type);
Converts a string to a RadarrTrackedDownloadStatus object.
static RadarrTrackedDownloadStatus? trackedDownloadStatusFromJson(String? type) => RadarrTrackedDownloadStatus.OK.from(type);