files property

Iterable<File> files

Implementation

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

Implementation

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