PendingNotificationRequest constructor
Constructs an instance of PendingNotificationRequest.
Implementation
const PendingNotificationRequest(
this.id,
this.title,
this.body,
this.payload,
);
Constructs an instance of PendingNotificationRequest.
const PendingNotificationRequest(
this.id,
this.title,
this.body,
this.payload,
);