target property

Uri get target

The uri this link points to.

Implementation

_i3.Uri get target => _i5.getProperty(
      this,
      'target',
    );
set target (Uri value)

Implementation

set target(_i3.Uri value) {
  _i5.setProperty(
    this,
    'target',
    value,
  );
}