historyEventTypeFromJson static method

SonarrHistoryEventType? historyEventTypeFromJson(
  1. String? type
)

Converts a string to a SonarrHistoryEventType object.

Implementation

static SonarrHistoryEventType? historyEventTypeFromJson(String? type) => SonarrHistoryEventType.GRABBED.from(type);