defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "fileDownload",
    "@return_type": "fileDownload",
    "file_id": 0,
    "message": {"@type": "message"},
    "add_date": 0,
    "complete_date": 0,
    "is_paused": false
  };
}