aSRInputFormatNullableToJson function
Implementation
String? aSRInputFormatNullableToJson(enums.ASRInputFormat? aSRInputFormat) {
return aSRInputFormat?.value;
}
String? aSRInputFormatNullableToJson(enums.ASRInputFormat? aSRInputFormat) {
return aSRInputFormat?.value;
}