PushNotification constructor

PushNotification(
  1. NotificationRequestId requestId,
  2. UserId recipientId,
  3. String subject,
  4. String text,
  5. PushNotificationType type,
  6. PushNotificationStatus status,
  7. PushNotificationInfo? info,
)

Implementation

PushNotification(this.requestId, this.recipientId, this.subject, this.text,
    this.type, this.status, this.info);