eventTypeFromJson static method
Converts a string to a RadarrEventType object.
Implementation
static RadarrEventType? eventTypeFromJson(String? type) => RadarrEventType.GRABBED.from(type);
Converts a string to a RadarrEventType object.
static RadarrEventType? eventTypeFromJson(String? type) => RadarrEventType.GRABBED.from(type);