fields property

Map<String, String> fields

The fields that were submitted in the form.

Implementation

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