UpdateHavePendingNotifications constructor

UpdateHavePendingNotifications({
  1. String? extra,
  2. int? client_id,
  3. Bool? have_delayed_notifications,
  4. Bool? have_unreceived_notifications,
})

Implementation

UpdateHavePendingNotifications({
  super.extra,
  super.client_id,
  this.have_delayed_notifications,
  this.have_unreceived_notifications,
});