Notification constructor

Notification({
  1. String? body,
  2. List<String>? crmExperimentIds,
  3. String? docId,
  4. String? docType,
  5. bool? dontShowNotification,
  6. String? iconUrl,
  7. bool? isDocumentMature,
  8. String? kind,
  9. String? notificationGroup,
  10. String? notificationType,
  11. String? pcampaignId,
  12. String? reason,
  13. bool? showNotificationSettingsAction,
  14. String? targetUrl,
  15. String? timeToExpireMs,
  16. 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,
});