mediaTypeToJson static method

String? mediaTypeToJson(
  1. TautulliMediaType? type
)

Converts a TautulliMediaType object back to its string representation.

Implementation

static String? mediaTypeToJson(TautulliMediaType? type) => type?.value;