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