defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "notificationSound",
    "@return_type": "notificationSound",
    "id": 0,
    "duration": 0,
    "date": 0,
    "title": "",
    "data": "",
    "sound": {"@type": "file"}
  };
}