downloadRequest property
String?
get
downloadRequest
Implementation
String? get downloadRequest => js_util.getProperty(this, 'downloadRequest');
set
downloadRequest
(String? newValue)
Implementation
set downloadRequest(String? newValue) {
js_util.setProperty(this, 'downloadRequest', newValue);
}