defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "starSubscriptions",
    "@return_type": "starSubscriptions",
    "star_amount": {"@type": "starAmount"},
    "subscriptions": [
      {"@type": "starSubscription"}
    ],
    "required_star_count": 0,
    "next_offset": ""
  };
}