defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "updateScopeNotificationSettings",
    "@return_type": "update",
    "scope": {"@type": "notificationSettingsScope"},
    "notification_settings": {"@type": "scopeNotificationSettings"}
  };
}