NotificationAction constructor
const
NotificationAction({})
Implementation
const NotificationAction({
required this.id,
required this.label,
this.icon,
this.requiresAuth = false,
this.launchesApp = true,
});