files property
FileList
get
files
Returns a FileList of the files being dragged, if any.
Implementation
_i3.FileList get files => _i4.getProperty(
this,
'files',
);
Returns a FileList of the files being dragged, if any.
_i3.FileList get files => _i4.getProperty(
this,
'files',
);