menu
notification_manager package
documentation
features/notifications/data/models/notification_payload.dart
NotificationPayload
actions property
actions property
dark_mode
light_mode
actions
property
List
<
NotificationAction
>
actions
final
The actions of the notification.
Implementation
final List<NotificationAction> actions;
notification_manager package
documentation
features/notifications/data/models/notification_payload
NotificationPayload
actions property
NotificationPayload class