appFromJson function

App appFromJson(
  1. String str
)

appid : "4799544484" cluster : "volcano_tts"

Implementation

App appFromJson(String str) => App.fromJson(json.decode(str));