historySortKeyFromJson static method
Converts a string to a RadarrHistorySortKey object.
Implementation
static RadarrHistorySortKey? historySortKeyFromJson(String? type) => RadarrHistorySortKey.DATE.from(type);
Converts a string to a RadarrHistorySortKey object.
static RadarrHistorySortKey? historySortKeyFromJson(String? type) => RadarrHistorySortKey.DATE.from(type);