creditTypeFromJson static method
Converts a string to a RadarrCreditType object.
Implementation
static RadarrCreditType? creditTypeFromJson(String? type) => RadarrCreditType.CREW.from(type);
Converts a string to a RadarrCreditType object.
static RadarrCreditType? creditTypeFromJson(String? type) => RadarrCreditType.CREW.from(type);