NotificationSounds constructor
NotificationSounds({
- String? extra,
- int? client_id,
- vector<
NotificationSound> ? notification_sounds,
Implementation
NotificationSounds({
super.extra,
super.client_id,
this.notification_sounds,
});