NotificationSounds constructor

NotificationSounds({
  1. String? extra,
  2. int? client_id,
  3. vector<NotificationSound>? notification_sounds,
})

Implementation

NotificationSounds({
  super.extra,
  super.client_id,
  this.notification_sounds,
});