target property
Element
get
target
Implementation
Element get target => js_util.getProperty(this, 'target');
set
target
(Element newValue)
Implementation
set target(Element newValue) {
js_util.setProperty(this, 'target', newValue);
}