defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "updateFileDownload",
    "@return_type": "update",
    "file_id": 0,
    "complete_date": 0,
    "is_paused": false,
    "counts": {"@type": "downloadedFileCounts"}
  };
}