target property

HTMLElement get target

Implementation

_i3.HTMLElement get target => _i6.getProperty(
      this,
      'target',
    );
set target (HTMLElement value)

Implementation

set target(_i3.HTMLElement value) {
  _i6.setProperty(
    this,
    'target',
    value,
  );
}