historySortKeyToJson static method

String? historySortKeyToJson(
  1. RadarrHistorySortKey? type
)

Converts a RadarrHistorySortKey object back to its string representation.

Implementation

static String? historySortKeyToJson(RadarrHistorySortKey? type) => type?.value;