copyWith method
Implementation
NotificationSounds copyWith({List<NotificationSound>? notificationSounds}) =>
NotificationSounds(
notificationSounds: notificationSounds ?? this.notificationSounds,
);
NotificationSounds copyWith({List<NotificationSound>? notificationSounds}) =>
NotificationSounds(
notificationSounds: notificationSounds ?? this.notificationSounds,
);