historySortKeyFromJson static method

RadarrHistorySortKey? historySortKeyFromJson(
  1. String? type
)

Converts a string to a RadarrHistorySortKey object.

Implementation

static RadarrHistorySortKey? historySortKeyFromJson(String? type) => RadarrHistorySortKey.DATE.from(type);