fields property

Map<String, Object> get fields

Returns an unmodifiable view of the form fields and files.

The returned map contains both string values and MultipartFile objects.

Implementation

Map<String, Object> get fields => Map.unmodifiable(_fields);