Source
@DomName('HTMLAreaElement.shape')
@DocsEditable()
String get shape => _blink.BlinkHTMLAreaElement.instance.shape_Getter_(this);
Source
@DomName('HTMLAreaElement.shape')
@DocsEditable()
set shape(String value) =>
_blink.BlinkHTMLAreaElement.instance.shape_Setter_(this, value);