MirrorflyNotificationAppLaunchDetails constructor
MirrorflyNotificationAppLaunchDetails({
- String? type,
- dynamic value,
Constructs an instance of MirrorflyNotificationAppLaunchDetails.
Implementation
MirrorflyNotificationAppLaunchDetails({
this.type,
this.value,
});