defaultData property

Map get defaultData

Implementation

static Map get defaultData {
  return {
    "@type": "createVoice",
    "text": "",
    "exec_path": "",
    "model_path": "",
    "output_file": "",
    "speaker_id": 10
  };
}