files property

Map<String, XFile> files
getter/setter pair

Storage of files to be uploaded. Each file is stored with a key corresponding to its field name when it is being uploaded.

Implementation

late Map<String, XFile> files;