download property

String get download

Implementation

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

Implementation

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