UpdateNotification constructor
UpdateNotification({
- String? extra,
- int? client_id,
- int32? notification_group_id,
- Notification? notification,
Implementation
UpdateNotification({
super.extra,
super.client_id,
this.notification_group_id,
this.notification,
});