files property

Iterable<File> get files

Implementation

Iterable<File> get files => js_util.getProperty(this, 'files');
set files (Iterable<File> newValue)

Implementation

set files(Iterable<File> newValue) {
  js_util.setProperty(this, 'files', newValue);
}