defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "notification",
    "@return_type": "notification",
    "id": 0,
    "date": 0,
    "is_silent": false,
    "type": {"@type": "notificationType"}
  };
}