files property
FileList?
get
files
Returns a FileList object on a file type input object.
Implementation
_i3.FileList? get files => _i4.getProperty(
this,
'files',
);
set
files
(FileList? value)
Implementation
set files(_i3.FileList? value) {
_i4.setProperty(
this,
'files',
value ?? _i6.undefined,
);
}