sectionTypeToJson static method

String? sectionTypeToJson(
  1. TautulliSectionType? type
)

Converts a TautulliSectionType object back to its string representation.

Implementation

static String? sectionTypeToJson(TautulliSectionType? type) => type?.value;