alt property

String alt

Source

@DomName('HTMLImageElement.alt')
@DocsEditable()
String get alt => _blink.BlinkHTMLImageElement.instance.alt_Getter_(this);
void alt=(String value)

Source

@DomName('HTMLImageElement.alt')
@DocsEditable()
set alt(String value) =>
    _blink.BlinkHTMLImageElement.instance.alt_Setter_(this, value);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/ImageElement/alt.html