lowsrc property

String lowsrc

Implementation

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

Implementation

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