menu
littlefish_core package
documentation
notifications/models/notification_event.dart
NotificationEvent
NotificationEvent constructor
NotificationEvent constructor
dark_mode
light_mode
NotificationEvent
constructor
NotificationEvent
(
{
required
String
type
,
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
NotificationEvent({ required this.type, required this.data, });
littlefish_core package
documentation
notifications/models/notification_event
NotificationEvent
NotificationEvent constructor
NotificationEvent class