defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "callProblem",
    "@is_json_scheme_class": true,
    "@return_type": "callProblem",
    "call_problem_echo": {"@type": "callProblemEcho"},
    "call_problem_noise": {"@type": "callProblemNoise"},
    "call_problem_interruptions": {"@type": "callProblemInterruptions"},
    "call_problem_distorted_speech": {"@type": "callProblemDistortedSpeech"},
    "call_problem_silent_local": {"@type": "callProblemSilentLocal"},
    "call_problem_silent_remote": {"@type": "callProblemSilentRemote"},
    "call_problem_dropped": {"@type": "callProblemDropped"},
    "call_problem_distorted_video": {"@type": "callProblemDistortedVideo"},
    "call_problem_pixelated_video": {"@type": "callProblemPixelatedVideo"}
  };
}