MirrorflyNotificationAppLaunchDetails constructor

MirrorflyNotificationAppLaunchDetails({
  1. String? type,
  2. String? value,
})

Constructs an instance of MirrorflyNotificationAppLaunchDetails.

Implementation

MirrorflyNotificationAppLaunchDetails({
  this.type,
  this.value,
});