bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalizationExplodedListToJson function

String bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalizationExplodedListToJson(
  1. List<BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization>? bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization
)

Implementation

String
    bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalizationExplodedListToJson(
        List<
                enums
                .BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization>?
            bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization) {
  return bodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization
          ?.map((e) => e.value!)
          .join(',') ??
      '';
}