sectionTypeFromJson static method

TautulliSectionType? sectionTypeFromJson(
  1. String? type
)

Converts a string to a TautulliSectionType object.

Implementation

static TautulliSectionType? sectionTypeFromJson(String? type) => TautulliSectionType.MOVIE.from(type);