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