defaultData property

Map get defaultData

Implementation

static Map get defaultData {
  return {
    "@type": "userPlan",
    "name": "free",
    "space": 976562499,
    "private_repos": 10000,
    "collaborators": 0
  };
}