BatchInboxNotificationContent constructor

BatchInboxNotificationContent(
  1. String id,
  2. String? title,
  3. String body,
  4. bool isUnread,
  5. DateTime date,
  6. BatchInboxNotificationSource source,
  7. Map<String, String> payload,
  8. bool hasLandingMessage
)

Internal constructor.

Implementation

BatchInboxNotificationContent(this.id, this.title, this.body, this.isUnread,
    this.date, this.source, this.payload, this.hasLandingMessage);