defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "updateNotification",
    "@return_type": "update",
    "notification_group_id": 0,
    "notification": {"@type": "notification"}
  };
}