Saves every FormField that is a descendant of this Form.
void save() { for (FormFieldState<dynamic> field in _fields) field.save(); }