historyEventTypeToJson static method

String? historyEventTypeToJson(
  1. SonarrHistoryEventType? type
)

Converts a SonarrHistoryEventType object back to its string representation.

Implementation

static String? historyEventTypeToJson(SonarrHistoryEventType? type) => type?.value;