UpdateNotification constructor

UpdateNotification({
  1. String? extra,
  2. int? client_id,
  3. int32? notification_group_id,
  4. Notification? notification,
})

Implementation

UpdateNotification({
  super.extra,
  super.client_id,
  this.notification_group_id,
  this.notification,
});