handle property

Implementation

FileSystemHandle get handle => js_util.getProperty(this, 'handle');
void handle=(FileSystemHandle newValue)

Implementation

set handle(FileSystemHandle newValue) {
  js_util.setProperty(this, 'handle', newValue);
}