fileSystemTypeToJson static method

String? fileSystemTypeToJson(
  1. RadarrFileSystemType? type
)

Converts a RadarrFileSystemType object back to its string representation.

Implementation

static String? fileSystemTypeToJson(RadarrFileSystemType? type) => type?.value;