Notification constructor
Notification({
- String? body,
- List<
String> ? crmExperimentIds, - String? docId,
- String? docType,
- bool? dontShowNotification,
- String? iconUrl,
- bool? isDocumentMature,
- String? kind,
- String? notificationGroup,
- String? notificationType,
- String? pcampaignId,
- String? reason,
- bool? showNotificationSettingsAction,
- String? targetUrl,
- String? timeToExpireMs,
- String? title,
Implementation
Notification({
this.body,
this.crmExperimentIds,
this.docId,
this.docType,
this.dontShowNotification,
this.iconUrl,
this.isDocumentMature,
this.kind,
this.notificationGroup,
this.notificationType,
this.pcampaignId,
this.reason,
this.showNotificationSettingsAction,
this.targetUrl,
this.timeToExpireMs,
this.title,
});