tTSOutputFormatNullableToJson function

String? tTSOutputFormatNullableToJson(
  1. TTSOutputFormat? tTSOutputFormat
)

Implementation

String? tTSOutputFormatNullableToJson(enums.TTSOutputFormat? tTSOutputFormat) {
  return tTSOutputFormat?.value;
}