defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "textParseMode",
    "@is_json_scheme_class": true,
    "@return_type": "textParseMode",
    "text_parse_mode_markdown": {"@type": "textParseModeMarkdown"},
    "text_parse_mode_h_t_m_l": {"@type": "textParseModeHTML"}
  };
}