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