creditTypeToJson static method

String? creditTypeToJson(
  1. RadarrCreditType? type
)

Converts a RadarrCreditType object back to its string representation.

Implementation

static String? creditTypeToJson(RadarrCreditType? type) => type?.value;