defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "richText",
    "@is_json_scheme_class": true,
    "@return_type": "richText",
    "rich_text_plain": {"@type": "richTextPlain"},
    "rich_text_bold": {"@type": "richTextBold"},
    "rich_text_italic": {"@type": "richTextItalic"},
    "rich_text_underline": {"@type": "richTextUnderline"},
    "rich_text_strikethrough": {"@type": "richTextStrikethrough"},
    "rich_text_fixed": {"@type": "richTextFixed"},
    "rich_text_url": {"@type": "richTextUrl"},
    "rich_text_email_address": {"@type": "richTextEmailAddress"},
    "rich_text_subscript": {"@type": "richTextSubscript"},
    "rich_text_superscript": {"@type": "richTextSuperscript"},
    "rich_text_marked": {"@type": "richTextMarked"},
    "rich_text_phone_number": {"@type": "richTextPhoneNumber"},
    "rich_text_icon": {"@type": "richTextIcon"},
    "rich_text_reference": {"@type": "richTextReference"},
    "rich_text_anchor": {"@type": "richTextAnchor"},
    "rich_text_anchor_link": {"@type": "richTextAnchorLink"},
    "rich_texts": {"@type": "richTexts"}
  };
}