files property

The files that were uploaded in the form.

Implementation

Map<String, UploadedFile> get files => Map.unmodifiable(_files);