void addFields(List<FormFieldDef> newFields) { fields = [...fields, ...newFields]; notifyListeners(); }