Get the values of the form fields.
Map<String, dynamic> getValues() { return _fieldKeys.map( (key, field) => MapEntry(key, field.currentState?.value), ); }