download property

String download

Implementation

String get download => js_util.getProperty(this, 'download');
void download=(String newValue)

Implementation

set download(String newValue) {
  js_util.setProperty(this, 'download', newValue);
}