target property

String target

Implementation

String get target => js_util.getProperty(this, 'target');
void target=(String newValue)

Implementation

set target(String newValue) {
  js_util.setProperty(this, 'target', newValue);
}