protocolFromJson static method

RadarrProtocol? protocolFromJson(
  1. String? protocol
)

Converts a string to a RadarrProtocol object.

Implementation

static RadarrProtocol? protocolFromJson(String? protocol) => RadarrProtocol.USENET.from(protocol);