NotificationAppLaunchDetails constructor

const NotificationAppLaunchDetails(
  1. bool didNotificationLaunchApp, {
  2. NotificationResponse? notificationResponse,
})

Constructs an instance of NotificationAppLaunchDetails.

Implementation

const NotificationAppLaunchDetails(
  this.didNotificationLaunchApp, {
  this.notificationResponse,
});