Notification constructor

Notification({
  1. AppRestrictionsSchemaChangeEvent? appRestrictionsSchemaChangeEvent,
  2. AppUpdateEvent? appUpdateEvent,
  3. DeviceReportUpdateEvent? deviceReportUpdateEvent,
  4. String? enterpriseId,
  5. EnterpriseUpgradeEvent? enterpriseUpgradeEvent,
  6. InstallFailureEvent? installFailureEvent,
  7. NewDeviceEvent? newDeviceEvent,
  8. NewPermissionsEvent? newPermissionsEvent,
  9. String? notificationType,
  10. ProductApprovalEvent? productApprovalEvent,
  11. ProductAvailabilityChangeEvent? productAvailabilityChangeEvent,
  12. String? timestampMillis,
})

Implementation

Notification({
  this.appRestrictionsSchemaChangeEvent,
  this.appUpdateEvent,
  this.deviceReportUpdateEvent,
  this.enterpriseId,
  this.enterpriseUpgradeEvent,
  this.installFailureEvent,
  this.newDeviceEvent,
  this.newPermissionsEvent,
  this.notificationType,
  this.productApprovalEvent,
  this.productAvailabilityChangeEvent,
  this.timestampMillis,
});