defaultData property

Map get defaultData

Implementation

static Map get defaultData {
  return {
    "@type": "blogData",
    "logo": "",
    "title": "",
    "description": "",
    "content": "",
    "author_url_social_medias": ["url"],
    "blogs": [
      {
        "@type": "blogsData",
        "blog_id": "",
        "title": "",
        "description": "",
        "content": ""
      }
    ],
    "footer": {
      "@type": "blogFooterData",
      "footers": [
        {
          "@type": "footersData",
          "title": "",
          "footer": [
            {"@type": "footerData", "text": "", "url": ""}
          ]
        }
      ]
    }
  };
}