downloadRequest property

String? downloadRequest

Implementation

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

Implementation

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