menu
kohler_providers
kohler_providers.dart
NotificationAction
NotificationAction const constructor
NotificationAction
dark_mode
light_mode
NotificationAction
constructor
const
NotificationAction
(
{
required
int
id
,
required
int
notificationId
,
required
String
payload
,
})
Implementation
const NotificationAction( {required this.id, required this.notificationId, required this.payload});
kohler_providers
kohler_providers
NotificationAction
NotificationAction const constructor
NotificationAction class