menu
notification_manager package
documentation
features/notifications/domain/entities/notification_entity.dart
NotificationEntity
data property
data property
dark_mode
light_mode
data
property
Map
<
String
,
dynamic
>
data
final
Additional data associated with the notification.
Implementation
final Map<String, dynamic> data;
notification_manager package
documentation
features/notifications/domain/entities/notification_entity
NotificationEntity
data property
NotificationEntity class