Aps copyWith({ Alert? alert, int? badge, String? sound, }) => Aps( alert: alert ?? this.alert, badge: badge ?? this.badge, sound: sound ?? this.sound, );