Notification constructor
Notification({
- AppRestrictionsSchemaChangeEvent? appRestrictionsSchemaChangeEvent,
- AppUpdateEvent? appUpdateEvent,
- DeviceReportUpdateEvent? deviceReportUpdateEvent,
- String? enterpriseId,
- InstallFailureEvent? installFailureEvent,
- NewDeviceEvent? newDeviceEvent,
- NewPermissionsEvent? newPermissionsEvent,
- String? notificationType,
- ProductApprovalEvent? productApprovalEvent,
- ProductAvailabilityChangeEvent? productAvailabilityChangeEvent,
- 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,
});