defaultData property

Map get defaultData

Implementation

static Map get defaultData {
  return {
    "@type": "socialAccounts",
    "total_count": 0,
    "social_accounts": [
      {
        "@type": "socialAccount",
        "provider": "twitter",
        "url": "https://twitter.com/github"
      }
    ],
    "@status_code": 0
  };
}