Notification constructor

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

Implementation

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