files property

List<XFile>? files
final

The list of files that were lost in a previous getMultiImage call due to MainActivity being destroyed.

When files is populated, file will refer to the last item in the files list.

Can be null if exception exists.

Implementation

final List<XFile>? files;