PendingNotificationRequest constructor

const PendingNotificationRequest(
  1. int id,
  2. String? title,
  3. String? body,
  4. String? payload
)

Constructs an instance of PendingNotificationRequest.

Implementation

const PendingNotificationRequest(
    this.id, this.title, this.body, this.payload);