queueSortKeyFromJson static method
Converts a string to a RadarrQueueSortKey object.
Implementation
static RadarrQueueSortKey? queueSortKeyFromJson(String? type) =>
RadarrQueueSortKey.QUALITY.from(type);
Converts a string to a RadarrQueueSortKey object.
static RadarrQueueSortKey? queueSortKeyFromJson(String? type) =>
RadarrQueueSortKey.QUALITY.from(type);