On this page
alt property
String altSource
@DomName('HTMLAreaElement.alt')
@DocsEditable()
String get alt => _blink.BlinkHTMLAreaElement.instance.alt_Getter_(this);
void alt=(Source
@DomName('HTMLAreaElement.alt')
@DocsEditable()
set alt(String value) =>
_blink.BlinkHTMLAreaElement.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/AreaElement/alt.html