queueSortKeyToJson static method

String? queueSortKeyToJson(
  1. RadarrQueueSortKey? type
)

Converts a RadarrQueueSortKey object back to its string representation.

Implementation

static String? queueSortKeyToJson(RadarrQueueSortKey? type) => type?.value;