alt property

String alt

Implementation

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

Implementation

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