aSRInputFormatNullableToJson function

String? aSRInputFormatNullableToJson(
  1. ASRInputFormat? aSRInputFormat
)

Implementation

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