Returns an unmodifiable view of the form fields and files.
The returned map contains both string values and MultipartFile objects.
Map<String, Object> get fields => Map.unmodifiable(_fields);