historySortKeyToJson static method
Converts a RadarrHistorySortKey object back to its string representation.
Implementation
static String? historySortKeyToJson(RadarrHistorySortKey? type) =>
type?.value;
Converts a RadarrHistorySortKey object back to its string representation.
static String? historySortKeyToJson(RadarrHistorySortKey? type) =>
type?.value;