creditTypeToJson static method
Converts a RadarrCreditType object back to its string representation.
Implementation
static String? creditTypeToJson(RadarrCreditType? type) => type?.value;
Converts a RadarrCreditType object back to its string representation.
static String? creditTypeToJson(RadarrCreditType? type) => type?.value;