files property

FileList get files

Returns a FileList of the files being dragged, if any.

MDN Reference

Implementation

_i3.FileList get files => _i4.getProperty(
      this,
      'files',
    );