audioFromJson function

Audio audioFromJson(
  1. String str
)

voice_type : "BV001_streaming"

Implementation

Audio audioFromJson(String str) => Audio.fromJson(json.decode(str));