historySortKeyToJson static method

String? historySortKeyToJson(
  1. SonarrHistorySortKey? key
)

Converts a SonarrHistorySortKey object back to its string representation.

Implementation

static String? historySortKeyToJson(SonarrHistorySortKey? key) => key?.value;