fileSystemTypeFromJson static method

RadarrFileSystemType? fileSystemTypeFromJson(
  1. String? type
)

Converts a string to a RadarrFileSystemType object.

Implementation

static RadarrFileSystemType? fileSystemTypeFromJson(String? type) => RadarrFileSystemType.FOLDER.from(type);