preload property

String preload

Implementation

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

Implementation

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