UpdateNotification constructor
const
UpdateNotification({
- required int notificationGroupId,
- required Notification notification,
- dynamic extra,
- int? clientId,
A notification was changed
Implementation
const UpdateNotification({
required this.notificationGroupId,
required this.notification,
this.extra,
this.clientId,
});