defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "networkStatistics",
    "@return_type": "networkStatistics",
    "since_date": 0,
    "entries": [
      {"@type": "networkStatisticsEntry"}
    ]
  };
}