isMap property
bool isMapSource
@DomName('HTMLImageElement.isMap') @DocsEditable() bool get isMap => _blink.BlinkHTMLImageElement.instance.isMap_Getter_(this);void isMap=(
Source
@DomName('HTMLImageElement.isMap') @DocsEditable() set isMap(bool value) => _blink.BlinkHTMLImageElement.instance.isMap_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/isMap.html