void update({String? query, String? suggestion, String? placeholder}) { this._suggestion = suggestion; this._query = query; notifyListeners(); }