creditTypeFromJson static method

RadarrCreditType? creditTypeFromJson(
  1. String? type
)

Converts a string to a RadarrCreditType object.

Implementation

static RadarrCreditType? creditTypeFromJson(String? type) => RadarrCreditType.CREW.from(type);